Color Hex Logo

#77551e Color Hex

#77551E
(119,85,30)
0 Favorites   0 Comments

Color spaces of #77551e

RGB 1198530
HSL0.100.600.29
HSV37°75°47°
CMYK 0.000.290.75   0.53
XYZ11.090610.51272.6729
Yxy10.51270.45690.4330
Hunter Lab32.42334.316317.8086
CIE-Lab38.74738.349536.2658

#77551e color RGB value is (119,85,30).

#77551e hex color red value is 119, green value is 85 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #77551e hue: 0.10 , saturation: 0.60 and the lightness value of 77551e is 0.29.

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01010101 00011110
Octal 167 125 36
Decimal 119 85 30
Hex 77 55 1E

RGB Percentages of Color #77551e

%50.85
%36.32
%12.82

CMYK Percentages of Color #77551e

%0
%29
%75
%53

Triadic Colors of #77551e

#77551e #1e7755 #551e77

Analogous Colors of #77551e

#77551e #6d771e #77291e

Monochromatic Colors of #77551e

#77551e

Complementary Color

#77551e #1e4077

#77551e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77551e Color Preview on White Background

Lorem ipsum dolor sit amet.

#77551e Color CSS Codes

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

#77551e Text Font Color

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

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


#77551e Background Color

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

This div background color is #77551e


#77551e Border Color

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

This div border color is #77551e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77551e


Comments

No comments written yet.

Please login to write comment.