Color Hex Logo

#77777b Color Hex

#77777B
(119,119,123)
1 Favorites   0 Comments

Color spaces of #77777b

RGB 119119123
HSL0.670.020.47
HSV240°48°
CMYK 0.030.030.00   0.52
XYZ17.779718.545721.3815
Yxy18.54570.30810.3214
Hunter Lab43.0647-1.66770.7080
CIE-Lab50.15140.8203-2.1949

#77777b color RGB value is (119,119,123).

#77777b hex color red value is 119, green value is 119 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #77777b hue: 0.67 , saturation: 0.02 and the lightness value of 77777b is 0.47.

The process color (four color CMYK) of #77777b color hex is 0.03, 0.03, 0.00, 0.52. Web safe color of #77777b is #666666. Color #77777b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01110111 01111011
Octal 167 167 173
Decimal 119 119 123
Hex 77 77 7B

RGB Percentages of Color #77777b

%32.96
%32.96
%34.07

CMYK Percentages of Color #77777b

%3
%3
%0
%52

Triadic Colors of #77777b

#77777b #7b7777 #777b77

Analogous Colors of #77777b

#77777b #79777b #77797b

Monochromatic Colors of #77777b

#77777b

Complementary Color

#77777b #7b7b77

#77777b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77777b Color Preview on White Background

Lorem ipsum dolor sit amet.

#77777b Color CSS Codes

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

#77777b Text Font Color

<p style="color:#77777b">Text here</p>

This sample text font color is #77777b
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.


#77777b Background Color

<div style="background-color:#77777b">
Div content here</div>

This div background color is #77777b


#77777b Border Color

<div style="border:3px solid #77777b">
Div here</div>

This div border color is #77777b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,119,123, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #77777b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #77777b;
  -webkit-box-shadow: 1px 1px 3px 2px #77777b;
  box-shadow:         1px 1px 3px 2px #77777b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77777b


Comments

No comments written yet.

Please login to write comment.