Color Hex Logo

#767217 Color Hex

#767217
(118,114,23)
0 Favorites   0 Comments

Color spaces of #767217

RGB 11811423
HSL0.160.670.28
HSV57°81°46°
CMYK 0.000.030.81   0.54
XYZ13.643215.94803.1698
Yxy15.94800.41640.4868
Hunter Lab39.9349-8.904223.2484
CIE-Lab46.9062-9.351646.9336

#767217 color RGB value is (118,114,23).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01110010 00010111
Octal 166 162 27
Decimal 118 114 23
Hex 76 72 17

RGB Percentages of Color #767217

%46.27
%44.71
%9.02

CMYK Percentages of Color #767217

%0
%3
%81
%54

Triadic Colors of #767217

#767217 #177672 #721776

Analogous Colors of #767217

#767217 #4b7617 #764317

Monochromatic Colors of #767217

#767217

Complementary Color

#767217 #171b76

#767217 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#767217 Color Preview on White Background

Lorem ipsum dolor sit amet.

#767217 Color CSS Codes

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

#767217 Text Font Color

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

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


#767217 Background Color

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

This div background color is #767217


#767217 Border Color

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

This div border color is #767217


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #767217


Comments

No comments written yet.

Please login to write comment.