Color Hex Logo

#765013 Color Hex

#765013
(118,80,19)
0 Favorites   0 Comments

Color spaces of #765013

RGB 1188019
HSL0.100.720.27
HSV37°84°46°
CMYK 0.000.320.84   0.54
XYZ10.45749.63591.9248
Yxy9.63590.47490.4376
Hunter Lab31.04175.810318.0528
CIE-Lab37.180910.360139.5911

#765013 color RGB value is (118,80,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01010000 00010011
Octal 166 120 23
Decimal 118 80 19
Hex 76 50 13

RGB Percentages of Color #765013

%54.38
%36.87
%8.76

CMYK Percentages of Color #765013

%0
%32
%84
%54

Triadic Colors of #765013

#765013 #137650 #501376

Analogous Colors of #765013

#765013 #6b7613 #761f13

Monochromatic Colors of #765013

#765013

Complementary Color

#765013 #133976

#765013 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#765013 Color Preview on White Background

Lorem ipsum dolor sit amet.

#765013 Color CSS Codes

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

#765013 Text Font Color

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

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


#765013 Background Color

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

This div background color is #765013


#765013 Border Color

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

This div border color is #765013


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #765013


Comments

No comments written yet.

Please login to write comment.