Color Hex Logo

#777d88 Color Hex

#777D88
(119,125,136)
0 Favorites   0 Comments

Color spaces of #777d88

RGB 119125136
HSL0.610.070.50
HSV219°13°53°
CMYK 0.130.080.00   0.47
XYZ19.385320.366726.2020
Yxy20.36670.29390.3088
Hunter Lab45.1295-2.3022-2.8329
CIE-Lab52.24930.1385-6.7291

#777d88 color RGB value is (119,125,136).

#777d88 hex color red value is 119, green value is 125 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #777d88 hue: 0.61 , saturation: 0.07 and the lightness value of 777d88 is 0.50.

The process color (four color CMYK) of #777d88 color hex is 0.13, 0.08, 0.00, 0.47. Web safe color of #777d88 is #666699. Color #777d88 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01111101 10001000
Octal 167 175 210
Decimal 119 125 136
Hex 77 7D 88

RGB Percentages of Color #777d88

%31.32
%32.89
%35.79

CMYK Percentages of Color #777d88

%13
%8
%0
%47

Triadic Colors of #777d88

#777d88 #88777d #7d8877

Analogous Colors of #777d88

#777d88 #7a7788 #778688

Monochromatic Colors of #777d88

#777d88

Complementary Color

#777d88 #888277

#777d88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#777d88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#777d88 Color CSS Codes

.mybgcolor {background-color:#777d88; } 
.myforecolor {color:#777d88; }
.mybordercolor {border:3px solid #777d88; }

#777d88 Text Font Color

<p style="color:#777d88">Text here</p>

This sample text font color is #777d88
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#777d88 Background Color

<div style="background-color:#777d88">
Div content here</div>

This div background color is #777d88


#777d88 Border Color

<div style="border:3px solid #777d88">
Div here</div>

This div border color is #777d88


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,125,136, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #777d88; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #777d88;
  -webkit-box-shadow: 1px 1px 3px 2px #777d88;
  box-shadow:         1px 1px 3px 2px #777d88; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,125,136, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #777d88">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #777d88;
  -webkit-box-shadow: 1px 1px 3px 2px #777d88;
  box-shadow:         1px 1px 3px 2px #777d88;">
Div content here</div>

This div box has shadow with color #777d88


Comments

No comments written yet.

Please login to write comment.