Color Hex Logo

#77182f Color Hex

#77182F
(119,24,47)
0 Favorites   0 Comments

Color spaces of #77182f

RGB 1192447
HSL0.960.660.28
HSV345°80°47°
CMYK 0.000.800.61   0.53
XYZ8.44754.78043.1668
Yxy4.78040.51530.2916
Hunter Lab21.864130.70376.7173
CIE-Lab26.099741.670011.0798

#77182f color RGB value is (119,24,47).

#77182f hex color red value is 119, green value is 24 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #77182f hue: 0.96 , saturation: 0.66 and the lightness value of 77182f is 0.28.

The process color (four color CMYK) of #77182f color hex is 0.00, 0.80, 0.61, 0.53. Web safe color of #77182f is #660033. Color #77182f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00011000 00101111
Octal 167 30 57
Decimal 119 24 47
Hex 77 18 2F

RGB Percentages of Color #77182f

%62.63
%12.63
%24.74

CMYK Percentages of Color #77182f

%0
%80
%61
%53

Triadic Colors of #77182f

#77182f #2f7718 #182f77

Analogous Colors of #77182f

#77182f #773118 #77185f

Monochromatic Colors of #77182f

#77182f

Complementary Color

#77182f #187760

#77182f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77182f Color Preview on White Background

Lorem ipsum dolor sit amet.

#77182f Color CSS Codes

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

#77182f Text Font Color

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

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


#77182f Background Color

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

This div background color is #77182f


#77182f Border Color

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

This div border color is #77182f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77182f


Comments

No comments written yet.

Please login to write comment.