Color Hex Logo

#77570a Color Hex

#77570A
(119,87,10)
0 Favorites   0 Comments

Color spaces of #77570a

RGB 1198710
HSL0.120.840.25
HSV42°92°47°
CMYK 0.000.270.92   0.53
XYZ11.070710.76021.7806
Yxy10.76020.46890.4557
Hunter Lab32.80272.837719.7435
CIE-Lab39.17366.365844.3618

#77570a color RGB value is (119,87,10).

#77570a hex color red value is 119, green value is 87 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #77570a hue: 0.12 , saturation: 0.84 and the lightness value of 77570a is 0.25.

The process color (four color CMYK) of #77570a color hex is 0.00, 0.27, 0.92, 0.53. Web safe color of #77570a is #666600. Color #77570a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01010111 00001010
Octal 167 127 12
Decimal 119 87 10
Hex 77 57 A

RGB Percentages of Color #77570a

%55.09
%40.28
%4.63

CMYK Percentages of Color #77570a

%0
%27
%92
%53

Triadic Colors of #77570a

#77570a #0a7757 #570a77

Analogous Colors of #77570a

#77570a #60770a #77210a

Monochromatic Colors of #77570a

#77570a

Complementary Color

#77570a #0a2a77

#77570a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77570a Color Preview on White Background

Lorem ipsum dolor sit amet.

#77570a Color CSS Codes

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

#77570a Text Font Color

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

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


#77570a Background Color

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

This div background color is #77570a


#77570a Border Color

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

This div border color is #77570a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,87,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #77570a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #77570a;
  -webkit-box-shadow: 1px 1px 3px 2px #77570a;
  box-shadow:         1px 1px 3px 2px #77570a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,87,10, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77570a


Comments

No comments written yet.

Please login to write comment.