Color Hex Logo

#77370a Color Hex

#77370A
(119,55,10)
0 Favorites   0 Comments

Color spaces of #77370a

RGB 1195510
HSL0.070.840.25
HSV25°92°47°
CMYK 0.000.540.92   0.53
XYZ9.02876.67621.0999
Yxy6.67620.53730.3973
Hunter Lab25.838317.156215.5630
CIE-Lab31.058125.302037.9004

#77370a color RGB value is (119,55,10).

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

The process color (four color CMYK) of #77370a color hex is 0.00, 0.54, 0.92, 0.53. Web safe color of #77370a is #663300. Color #77370a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00110111 00001010
Octal 167 67 12
Decimal 119 55 10
Hex 77 37 A

RGB Percentages of Color #77370a

%64.67
%29.89
%5.43

CMYK Percentages of Color #77370a

%0
%54
%92
%53

Triadic Colors of #77370a

#77370a #0a7737 #370a77

Analogous Colors of #77370a

#77370a #776e0a #770a13

Monochromatic Colors of #77370a

#77370a

Complementary Color

#77370a #0a4a77

#77370a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77370a Color Preview on White Background

Lorem ipsum dolor sit amet.

#77370a Color CSS Codes

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

#77370a Text Font Color

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

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


#77370a Background Color

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

This div background color is #77370a


#77370a Border Color

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

This div border color is #77370a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,55,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 #77370a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77370a


Comments

No comments written yet.

Please login to write comment.