#77020B

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

Shades of Sangria #77020B

Tints of Sangria #77020B

Color information

#77020B (or 0x77020B) is unknown color: approx Sangria. HEX triplet: 77, 02 and 0B. RGB value is (119,2,11). Sum of RGB (Red+Green+Blue) = 119+2+11=132 (17% of max value = 765). Red value is 119 (46.88% from 255 or 90.15% from 132); Green value is 2 (1.17% from 255 or 1.52% from 132); Blue value is 11 (4.69% from 255 or 8.33% from 132); Max value from RGB is 119 - color contains mainly: red. Hex color #77020B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #77020B is #88FDF4. Grayscale: #262626. Windows color (decimal): -8977909 or 721527. OLE color: 721527.

HSL color Cylindrical-coordinate representation of color #77020B: hue angle of 355.38º 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 #77020B is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.53.

Color convert

RGB119211-
CMYK00.980.910.53
HSL355.38º96.69%23.73%-
HSV(B)355.38º98.32%46.67%-
XYZ7.693.990.68-
YUV38.01112.76185.77-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 90.15%
GREEN value IS 2 (1.17% from 255) = 1.52%
BLUE value IS 11 (4.69% from 255) = 8.33%
R=90.15%
G=1.52%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.91
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11921100.980.910.53355.3896.6923.73
Hex772B0625B351636118
Octal16721301421336554314130
Binary1110111101011011000101011011110101101100011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77020B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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