Color Hex Logo

#765213 Color Hex

#765213
(118,82,19)
0 Favorites   0 Comments

Color spaces of #765213

RGB 1188219
HSL0.110.720.27
HSV38°84°46°
CMYK 0.000.310.84   0.54
XYZ10.60609.93321.9744
Yxy9.93320.47110.4412
Hunter Lab31.51704.913618.3476
CIE-Lab37.72239.156040.0808

#765213 color RGB value is (118,82,19).

#765213 hex color red value is 118, green value is 82 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #765213 hue: 0.11 , saturation: 0.72 and the lightness value of 765213 is 0.27.

The process color (four color CMYK) of #765213 color hex is 0.00, 0.31, 0.84, 0.54. Web safe color of #765213 is #666600. Color #765213 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01010010 00010011
Octal 166 122 23
Decimal 118 82 19
Hex 76 52 13

RGB Percentages of Color #765213

%53.88
%37.44
%8.68

CMYK Percentages of Color #765213

%0
%31
%84
%54

Triadic Colors of #765213

#765213 #137652 #521376

Analogous Colors of #765213

#765213 #697613 #762113

Monochromatic Colors of #765213

#765213

Complementary Color

#765213 #133776

#765213 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#765213 Color Preview on White Background

Lorem ipsum dolor sit amet.

#765213 Color CSS Codes

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

#765213 Text Font Color

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

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


#765213 Background Color

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

This div background color is #765213


#765213 Border Color

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

This div border color is #765213


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #765213


Comments

No comments written yet.

Please login to write comment.