Color Hex Logo

#77513b Color Hex

#77513B
(119,81,59)
0 Favorites   0 Comments

Color spaces of #77513b

RGB 1198159
HSL0.060.340.35
HSV22°50°47°
CMYK 0.000.320.50   0.53
XYZ11.339610.12265.4939
Yxy10.12260.42070.3755
Hunter Lab31.81607.941412.0332
CIE-Lab38.061613.120319.3052

#77513b color RGB value is (119,81,59).

#77513b hex color red value is 119, green value is 81 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #77513b hue: 0.06 , saturation: 0.34 and the lightness value of 77513b is 0.35.

The process color (four color CMYK) of #77513b color hex is 0.00, 0.32, 0.50, 0.53. Web safe color of #77513b is #666633. Color #77513b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01010001 00111011
Octal 167 121 73
Decimal 119 81 59
Hex 77 51 3B

RGB Percentages of Color #77513b

%45.95
%31.27
%22.78

CMYK Percentages of Color #77513b

%0
%32
%50
%53

Triadic Colors of #77513b

#77513b #3b7751 #513b77

Analogous Colors of #77513b

#77513b #776f3b #773b43

Monochromatic Colors of #77513b

#77513b

Complementary Color

#77513b #3b6177

#77513b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77513b Color Preview on White Background

Lorem ipsum dolor sit amet.

#77513b Color CSS Codes

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

#77513b Text Font Color

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

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


#77513b Background Color

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

This div background color is #77513b


#77513b Border Color

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

This div border color is #77513b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,81,59, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #77513b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #77513b;
  -webkit-box-shadow: 1px 1px 3px 2px #77513b;
  box-shadow:         1px 1px 3px 2px #77513b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77513b


Comments

No comments written yet.

Please login to write comment.