Color Hex Logo

#77551a Color Hex

#77551A
(119,85,26)
0 Favorites   0 Comments

Color spaces of #77551a

RGB 1198526
HSL0.110.640.28
HSV38°78°47°
CMYK 0.000.290.78   0.53
XYZ11.042710.49352.4207
Yxy10.49350.46090.4380
Hunter Lab32.39374.160118.2450
CIE-Lab38.71408.141038.0972

#77551a color RGB value is (119,85,26).

#77551a hex color red value is 119, green value is 85 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #77551a hue: 0.11 , saturation: 0.64 and the lightness value of 77551a is 0.28.

The process color (four color CMYK) of #77551a color hex is 0.00, 0.29, 0.78, 0.53. Web safe color of #77551a is #666633. Color #77551a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01010101 00011010
Octal 167 125 32
Decimal 119 85 26
Hex 77 55 1A

RGB Percentages of Color #77551a

%51.74
%36.96
%11.30

CMYK Percentages of Color #77551a

%0
%29
%78
%53

Triadic Colors of #77551a

#77551a #1a7755 #551a77

Analogous Colors of #77551a

#77551a #6b771a #77271a

Monochromatic Colors of #77551a

#77551a

Complementary Color

#77551a #1a3c77

#77551a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77551a Color Preview on White Background

Lorem ipsum dolor sit amet.

#77551a Color CSS Codes

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

#77551a Text Font Color

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

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


#77551a Background Color

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

This div background color is #77551a


#77551a Border Color

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

This div border color is #77551a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77551a


Comments

No comments written yet.

Please login to write comment.