Color Hex Logo

#770920 Color Hex

#770920
(119,9,32)
0 Favorites   0 Comments

Color spaces of #770920

RGB 119932
HSL0.970.860.25
HSV347°92°47°
CMYK 0.000.920.73   0.53
XYZ7.96614.22161.7615
Yxy4.22160.57110.3026
Hunter Lab20.546533.24989.2995
CIE-Lab24.390944.713919.0566

#770920 color RGB value is (119,9,32).

#770920 hex color red value is 119, green value is 9 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #770920 hue: 0.97 , saturation: 0.86 and the lightness value of 770920 is 0.25.

The process color (four color CMYK) of #770920 color hex is 0.00, 0.92, 0.73, 0.53. Web safe color of #770920 is #660033. Color #770920 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00001001 00100000
Octal 167 11 40
Decimal 119 9 32
Hex 77 9 20

RGB Percentages of Color #770920

%74.38
%5.63
%20.00

CMYK Percentages of Color #770920

%0
%92
%73
%53

Triadic Colors of #770920

#770920 #207709 #092077

Analogous Colors of #770920

#770920 #772909 #770957

Monochromatic Colors of #770920

#770920

Complementary Color

#770920 #097760

#770920 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#770920 Color Preview on White Background

Lorem ipsum dolor sit amet.

#770920 Color CSS Codes

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

#770920 Text Font Color

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

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


#770920 Background Color

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

This div background color is #770920


#770920 Border Color

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

This div border color is #770920


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,9,32, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #770920; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #770920;
  -webkit-box-shadow: 1px 1px 3px 2px #770920;
  box-shadow:         1px 1px 3px 2px #770920; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #770920


Comments

No comments written yet.

Please login to write comment.