Color Hex Logo

#77444b Color Hex

#77444B
(119,68,75)
0 Favorites   0 Comments

Color spaces of #77444b

RGB 1196875
HSL0.980.270.37
HSV352°43°47°
CMYK 0.000.430.37   0.53
XYZ10.94498.56427.7328
Yxy8.56420.40180.3144
Hunter Lab29.264715.54544.8187
CIE-Lab35.131322.86115.3336

#77444b color RGB value is (119,68,75).

#77444b hex color red value is 119, green value is 68 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #77444b hue: 0.98 , saturation: 0.27 and the lightness value of 77444b is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01000100 01001011
Octal 167 104 113
Decimal 119 68 75
Hex 77 44 4B

RGB Percentages of Color #77444b

%45.42
%25.95
%28.63

CMYK Percentages of Color #77444b

%0
%43
%37
%53

Triadic Colors of #77444b

#77444b #4b7744 #444b77

Analogous Colors of #77444b

#77444b #775744 #774465

Monochromatic Colors of #77444b

#77444b

Complementary Color

#77444b #447770

#77444b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77444b Color Preview on White Background

Lorem ipsum dolor sit amet.

#77444b Color CSS Codes

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

#77444b Text Font Color

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

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


#77444b Background Color

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

This div background color is #77444b


#77444b Border Color

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

This div border color is #77444b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77444b


Comments

No comments written yet.

Please login to write comment.