Color Hex Logo

#76677b Color Hex

#76677B
(118,103,123)
0 Favorites   0 Comments

Color spaces of #76677b

RGB 118103123
HSL0.790.090.44
HSV285°16°48°
CMYK 0.040.160.00   0.52
XYZ15.896614.982120.7929
Yxy14.98210.30760.2899
Hunter Lab38.70675.5720-4.7554
CIE-Lab45.60979.9223-8.9488

#76677b color RGB value is (118,103,123).

#76677b hex color red value is 118, green value is 103 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #76677b hue: 0.79 , saturation: 0.09 and the lightness value of 76677b is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01100111 01111011
Octal 166 147 173
Decimal 118 103 123
Hex 76 67 7B

RGB Percentages of Color #76677b

%34.30
%29.94
%35.76

CMYK Percentages of Color #76677b

%4
%16
%0
%52

Triadic Colors of #76677b

#76677b #7b7667 #677b76

Analogous Colors of #76677b

#76677b #7b6776 #6c677b

Monochromatic Colors of #76677b

#76677b

Complementary Color

#76677b #6c7b67

#76677b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76677b Color Preview on White Background

Lorem ipsum dolor sit amet.

#76677b Color CSS Codes

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

#76677b Text Font Color

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

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


#76677b Background Color

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

This div background color is #76677b


#76677b Border Color

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

This div border color is #76677b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,103,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 #76677b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76677b


Comments

No comments written yet.

Please login to write comment.