Color Hex Logo

#767117 Color Hex

#767117
(118,113,23)
0 Favorites   0 Comments

Color spaces of #767117

RGB 11811323
HSL0.160.670.28
HSV57°81°46°
CMYK 0.000.040.81   0.54
XYZ13.531015.72373.1324
Yxy15.72370.41780.4855
Hunter Lab39.6531-8.482723.0736
CIE-Lab46.6099-8.794146.6657

#767117 color RGB value is (118,113,23).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01110001 00010111
Octal 166 161 27
Decimal 118 113 23
Hex 76 71 17

RGB Percentages of Color #767117

%46.46
%44.49
%9.06

CMYK Percentages of Color #767117

%0
%4
%81
%54

Triadic Colors of #767117

#767117 #177671 #711776

Analogous Colors of #767117

#767117 #4c7617 #764217

Monochromatic Colors of #767117

#767117

Complementary Color

#767117 #171c76

#767117 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#767117 Color Preview on White Background

Lorem ipsum dolor sit amet.

#767117 Color CSS Codes

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

#767117 Text Font Color

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

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


#767117 Background Color

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

This div background color is #767117


#767117 Border Color

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

This div border color is #767117


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #767117


Comments

No comments written yet.

Please login to write comment.