Color Hex Logo

#764910 Color Hex

#764910
(118,73,16)
0 Favorites   0 Comments

Color spaces of #764910

RGB 1187316
HSL0.090.760.26
HSV34°86°46°
CMYK 0.000.380.86   0.54
XYZ9.94738.65401.6363
Yxy8.65400.49150.4276
Hunter Lab29.41778.877117.2945
CIE-Lab35.309414.466139.1095

#764910 color RGB value is (118,73,16).

#764910 hex color red value is 118, green value is 73 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #764910 hue: 0.09 , saturation: 0.76 and the lightness value of 764910 is 0.26.

The process color (four color CMYK) of #764910 color hex is 0.00, 0.38, 0.86, 0.54. Web safe color of #764910 is #663300. Color #764910 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01001001 00010000
Octal 166 111 20
Decimal 118 73 16
Hex 76 49 10

RGB Percentages of Color #764910

%57.00
%35.27
%7.73

CMYK Percentages of Color #764910

%0
%38
%86
%54

Triadic Colors of #764910

#764910 #107649 #491076

Analogous Colors of #764910

#764910 #707610 #761610

Monochromatic Colors of #764910

#764910

Complementary Color

#764910 #103d76

#764910 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#764910 Color Preview on White Background

Lorem ipsum dolor sit amet.

#764910 Color CSS Codes

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

#764910 Text Font Color

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

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


#764910 Background Color

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

This div background color is #764910


#764910 Border Color

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

This div border color is #764910


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #764910


Comments

No comments written yet.

Please login to write comment.