Color Hex Logo

#77475f Color Hex

#77475F
(119,71,95)
0 Favorites   0 Comments

Color spaces of #77475f

RGB 1197195
HSL0.920.250.37
HSV330°40°47°
CMYK 0.000.400.20   0.53
XYZ11.92659.254611.9842
Yxy9.25460.35960.2790
Hunter Lab30.421416.7423-2.0617
CIE-Lab36.469924.1561-5.3818

#77475f color RGB value is (119,71,95).

#77475f hex color red value is 119, green value is 71 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #77475f hue: 0.92 , saturation: 0.25 and the lightness value of 77475f is 0.37.

The process color (four color CMYK) of #77475f color hex is 0.00, 0.40, 0.20, 0.53. Web safe color of #77475f is #663366. Color #77475f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01000111 01011111
Octal 167 107 137
Decimal 119 71 95
Hex 77 47 5F

RGB Percentages of Color #77475f

%41.75
%24.91
%33.33

CMYK Percentages of Color #77475f

%0
%40
%20
%53

Triadic Colors of #77475f

#77475f #5f7747 #475f77

Analogous Colors of #77475f

#77475f #774747 #774777

Monochromatic Colors of #77475f

#77475f

Complementary Color

#77475f #47775f

#77475f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77475f Color Preview on White Background

Lorem ipsum dolor sit amet.

#77475f Color CSS Codes

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

#77475f Text Font Color

<p style="color:#77475f">Text here</p>

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


#77475f Background Color

<div style="background-color:#77475f">
Div content here</div>

This div background color is #77475f


#77475f Border Color

<div style="border:3px solid #77475f">
Div here</div>

This div border color is #77475f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,71,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #77475f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #77475f;
  -webkit-box-shadow: 1px 1px 3px 2px #77475f;
  box-shadow:         1px 1px 3px 2px #77475f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77475f


Comments

No comments written yet.

Please login to write comment.