Color Hex Logo

#767017 Color Hex

#767017
(118,112,23)
0 Favorites   0 Comments

Color spaces of #767017

RGB 11811223
HSL0.160.670.28
HSV56°81°46°
CMYK 0.000.050.81   0.54
XYZ13.420015.50183.0954
Yxy15.50180.41910.4842
Hunter Lab39.3723-8.060122.8993
CIE-Lab46.3140-8.234446.3977

#767017 color RGB value is (118,112,23).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01110000 00010111
Octal 166 160 27
Decimal 118 112 23
Hex 76 70 17

RGB Percentages of Color #767017

%46.64
%44.27
%9.09

CMYK Percentages of Color #767017

%0
%5
%81
%54

Triadic Colors of #767017

#767017 #177670 #701776

Analogous Colors of #767017

#767017 #4d7617 #764117

Monochromatic Colors of #767017

#767017

Complementary Color

#767017 #171d76

#767017 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#767017 Color Preview on White Background

Lorem ipsum dolor sit amet.

#767017 Color CSS Codes

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

#767017 Text Font Color

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

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


#767017 Background Color

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

This div background color is #767017


#767017 Border Color

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

This div border color is #767017


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #767017


Comments

No comments written yet.

Please login to write comment.