Color Hex Logo

#77394b Color Hex

#77394B
(119,57,75)
0 Favorites   0 Comments

Color spaces of #77394b

RGB 1195775
HSL0.950.350.35
HSV343°52°47°
CMYK 0.000.520.37   0.53
XYZ10.34097.35627.5315
Yxy7.35620.40990.2916
Hunter Lab27.122320.59252.5216
CIE-Lab32.604429.19321.7019

#77394b color RGB value is (119,57,75).

#77394b hex color red value is 119, green value is 57 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #77394b hue: 0.95 , saturation: 0.35 and the lightness value of 77394b is 0.35.

The process color (four color CMYK) of #77394b color hex is 0.00, 0.52, 0.37, 0.53. Web safe color of #77394b is #663333. Color #77394b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00111001 01001011
Octal 167 71 113
Decimal 119 57 75
Hex 77 39 4B

RGB Percentages of Color #77394b

%47.41
%22.71
%29.88

CMYK Percentages of Color #77394b

%0
%52
%37
%53

Triadic Colors of #77394b

#77394b #4b7739 #394b77

Analogous Colors of #77394b

#77394b #774639 #77396a

Monochromatic Colors of #77394b

#77394b

Complementary Color

#77394b #397765

#77394b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77394b Color Preview on White Background

Lorem ipsum dolor sit amet.

#77394b Color CSS Codes

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

#77394b Text Font Color

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

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


#77394b Background Color

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

This div background color is #77394b


#77394b Border Color

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

This div border color is #77394b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77394b


Comments

No comments written yet.

Please login to write comment.