#77020A

Color #77020A Sangria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sangria #77020A

Tints of Sangria #77020A

Color information

#77020A (or 0x77020A) is unknown color: approx Sangria. HEX triplet: 77, 02 and 0A. RGB value is (119,2,10). Sum of RGB (Red+Green+Blue) = 119+2+10=131 (17% of max value = 765). Red value is 119 (46.88% from 255 or 90.84% from 131); Green value is 2 (1.17% from 255 or 1.53% from 131); Blue value is 10 (4.30% from 255 or 7.63% from 131); Max value from RGB is 119 - color contains mainly: red. Hex color #77020A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #77020A is #88FDF5. Grayscale: #252525. Windows color (decimal): -8977910 or 655991. OLE color: 655991.

HSL color Cylindrical-coordinate representation of color #77020A: hue angle of 355.9º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #77020A is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB119210-
CMYK00.980.920.53
HSL355.9º96.69%23.73%-
HSV(B)355.9º98.32%46.67%-
XYZ7.683.990.65-
YUV37.89112.26185.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 119 (46.88% from 255) = 90.84%
GREEN value IS 2 (1.17% from 255) = 1.53%
BLUE value IS 10 (4.30% from 255) = 7.63%
R=90.84%
G=1.53%
B=7.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11921000.980.920.53355.996.6923.73
Hex772A0625C351646118
Octal16721201421346554414130
Binary1110111101010011000101011100110101101100100110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77020A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77020A; }

 p { color: rgb(119,2,10); }

 H1.HeaderClassName
 {
   color: #77020A;
 }
 .AnyTagClassName
 {
   color: #77020A;
 }
</style>
background-color css

<style>
 a { background-color: #77020A; }

 a { background-color: rgb(119,2,10); }

 div.DivClassName
 {
   background-color: #77020A;
 }
 .BgClassName
 {
   background-color: #77020A;
 }
</style>
border-color css

<style>
 span { border-color: #77020A; }

 span { border-color: rgb(119,2,10); }

 td.TdClassName
 {
   border-color: #77020A;
 }
 .TagClassName
 {
   border-color: #77020A;
 }
</style>