Color Hex Logo

#764215 Color Hex

#764215
(118,66,21)
0 Favorites   0 Comments

Color spaces of #764215

RGB 1186621
HSL0.080.700.27
HSV28°82°46°
CMYK 0.000.440.82   0.54
XYZ9.55487.80211.7118
Yxy7.80210.50110.4092
Hunter Lab27.932212.178215.9190
CIE-Lab33.567318.834435.3582

#764215 color RGB value is (118,66,21).

#764215 hex color red value is 118, green value is 66 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #764215 hue: 0.08 , saturation: 0.70 and the lightness value of 764215 is 0.27.

The process color (four color CMYK) of #764215 color hex is 0.00, 0.44, 0.82, 0.54. Web safe color of #764215 is #663300. Color #764215 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01000010 00010101
Octal 166 102 25
Decimal 118 66 21
Hex 76 42 15

RGB Percentages of Color #764215

%57.56
%32.20
%10.24

CMYK Percentages of Color #764215

%0
%44
%82
%54

Triadic Colors of #764215

#764215 #157642 #421576

Analogous Colors of #764215

#764215 #767315 #761518

Monochromatic Colors of #764215

#764215

Complementary Color

#764215 #154976

#764215 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#764215 Color Preview on White Background

Lorem ipsum dolor sit amet.

#764215 Color CSS Codes

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

#764215 Text Font Color

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

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


#764215 Background Color

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

This div background color is #764215


#764215 Border Color

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

This div border color is #764215


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #764215


Comments

No comments written yet.

Please login to write comment.