Color Hex Logo

#767007 Color Hex

#767007
(118,112,7)
0 Favorites   0 Comments

Color spaces of #767007

RGB 1181127
HSL0.160.890.25
HSV57°94°46°
CMYK 0.000.050.94   0.54
XYZ13.303715.45522.4830
Yxy15.45520.42580.4947
Hunter Lab39.3131-8.392923.7744
CIE-Lab46.2515-8.719350.6145

#767007 color RGB value is (118,112,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01110000 00000111
Octal 166 160 7
Decimal 118 112 7
Hex 76 70 7

RGB Percentages of Color #767007

%49.79
%47.26
%2.95

CMYK Percentages of Color #767007

%0
%5
%94
%54

Triadic Colors of #767007

#767007 #077670 #700776

Analogous Colors of #767007

#767007 #457607 #763907

Monochromatic Colors of #767007

#767007

Complementary Color

#767007 #070d76

#767007 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#767007 Color Preview on White Background

Lorem ipsum dolor sit amet.

#767007 Color CSS Codes

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

#767007 Text Font Color

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

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


#767007 Background Color

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

This div background color is #767007


#767007 Border Color

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

This div border color is #767007


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #767007


Comments

No comments written yet.

Please login to write comment.