Color Hex Logo

#78625b Color Hex

#78625B
(120,98,91)
0 Favorites   0 Comments

Color spaces of #78625b

RGB 1209891
HSL0.040.140.41
HSV14°24°47°
CMYK 0.000.180.24   0.53
XYZ14.001713.483811.7622
Yxy13.48380.35680.3436
Hunter Lab36.72033.80286.7125
CIE-Lab43.48347.67537.3058

#78625b color RGB value is (120,98,91).

#78625b hex color red value is 120, green value is 98 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #78625b hue: 0.04 , saturation: 0.14 and the lightness value of 78625b is 0.41.

The process color (four color CMYK) of #78625b color hex is 0.00, 0.18, 0.24, 0.53. Web safe color of #78625b is #666666. Color #78625b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01100010 01011011
Octal 170 142 133
Decimal 120 98 91
Hex 78 62 5B

RGB Percentages of Color #78625b

%38.83
%31.72
%29.45

CMYK Percentages of Color #78625b

%0
%18
%24
%53

Triadic Colors of #78625b

#78625b #5b7862 #625b78

Analogous Colors of #78625b

#78625b #78715b #785b62

Monochromatic Colors of #78625b

#78625b

Complementary Color

#78625b #5b7178

#78625b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78625b Color Preview on White Background

Lorem ipsum dolor sit amet.

#78625b Color CSS Codes

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

#78625b Text Font Color

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

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


#78625b Background Color

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

This div background color is #78625b


#78625b Border Color

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

This div border color is #78625b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,98,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #78625b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #78625b;
  -webkit-box-shadow: 1px 1px 3px 2px #78625b;
  box-shadow:         1px 1px 3px 2px #78625b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,98,91, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78625b

#78625b Color Palettes


Comments

No comments written yet.

Please login to write comment.