Color Hex Logo

#766317 Color Hex

#766317
(118,99,23)
0 Favorites   0 Comments

Color spaces of #766317

RGB 1189923
HSL0.130.670.28
HSV48°81°46°
CMYK 0.000.160.81   0.54
XYZ12.087712.83712.6513
Yxy12.83710.43830.4655
Hunter Lab35.8289-2.479520.6928
CIE-Lab42.5168-0.785142.9219

#766317 color RGB value is (118,99,23).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01100011 00010111
Octal 166 143 27
Decimal 118 99 23
Hex 76 63 17

RGB Percentages of Color #766317

%49.17
%41.25
%9.58

CMYK Percentages of Color #766317

%0
%16
%81
%54

Triadic Colors of #766317

#766317 #177663 #631776

Analogous Colors of #766317

#766317 #5a7617 #763417

Monochromatic Colors of #766317

#766317

Complementary Color

#766317 #172a76

#766317 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#766317 Color Preview on White Background

Lorem ipsum dolor sit amet.

#766317 Color CSS Codes

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

#766317 Text Font Color

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

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


#766317 Background Color

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

This div background color is #766317


#766317 Border Color

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

This div border color is #766317


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #766317


Comments

No comments written yet.

Please login to write comment.