Color Hex Logo

#767607 Color Hex

#767607
(118,118,7)
0 Favorites   0 Comments

Color spaces of #767607

RGB 1181187
HSL0.170.890.25
HSV60°94°46°
CMYK 0.000.000.94   0.54
XYZ13.988016.82382.7111
Yxy16.82380.41730.5019
Hunter Lab41.0168-10.905524.7929
CIE-Lab48.0373-12.039852.0074

#767607 color RGB value is (118,118,7).

#767607 hex color red value is 118, green value is 118 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #767607 hue: 0.17 , saturation: 0.89 and the lightness value of 767607 is 0.25.

The process color (four color CMYK) of #767607 color hex is 0.00, 0.00, 0.94, 0.54. Web safe color of #767607 is #666600. Color #767607 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01110110 00000111
Octal 166 166 7
Decimal 118 118 7
Hex 76 76 7

RGB Percentages of Color #767607

%48.56
%48.56
%2.88

CMYK Percentages of Color #767607

%0
%0
%94
%54

Triadic Colors of #767607

#767607 #077676 #760776

Analogous Colors of #767607

#767607 #3f7607 #763f07

Monochromatic Colors of #767607

#767607

Complementary Color

#767607 #070776

#767607 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#767607 Color Preview on White Background

Lorem ipsum dolor sit amet.

#767607 Color CSS Codes

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

#767607 Text Font Color

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

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


#767607 Background Color

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

This div background color is #767607


#767607 Border Color

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

This div border color is #767607


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #767607


Comments

No comments written yet.

Please login to write comment.