Color Hex Logo

#77150f Color Hex

#77150F
(119,21,15)
0 Favorites   0 Comments

Color spaces of #77150f

RGB 1192115
HSL0.010.780.26
HSV87°47°
CMYK 0.000.820.87   0.53
XYZ7.96214.49280.8995
Yxy4.49280.59620.3364
Hunter Lab21.196229.957912.3213
CIE-Lab25.237941.026330.6478

#77150f color RGB value is (119,21,15).

#77150f hex color red value is 119, green value is 21 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #77150f hue: 0.01 , saturation: 0.78 and the lightness value of 77150f is 0.26.

The process color (four color CMYK) of #77150f color hex is 0.00, 0.82, 0.87, 0.53. Web safe color of #77150f is #660000. Color #77150f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00010101 00001111
Octal 167 25 17
Decimal 119 21 15
Hex 77 15 F

RGB Percentages of Color #77150f

%76.77
%13.55
%9.68

CMYK Percentages of Color #77150f

%0
%82
%87
%53

Triadic Colors of #77150f

#77150f #0f7715 #150f77

Analogous Colors of #77150f

#77150f #77490f #770f3d

Monochromatic Colors of #77150f

#77150f

Complementary Color

#77150f #0f7177

#77150f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77150f Color Preview on White Background

Lorem ipsum dolor sit amet.

#77150f Color CSS Codes

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

#77150f Text Font Color

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

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


#77150f Background Color

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

This div background color is #77150f


#77150f Border Color

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

This div border color is #77150f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77150f


Comments

No comments written yet.

Please login to write comment.