#77080D

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

Shades of Sangria #77080D

Tints of Sangria #77080D

Color information

#77080D (or 0x77080D) is unknown color: approx Sangria. HEX triplet: 77, 08 and 0D. RGB value is (119,8,13). Sum of RGB (Red+Green+Blue) = 119+8+13=140 (18% of max value = 765). Red value is 119 (46.88% from 255 or 85% from 140); Green value is 8 (3.52% from 255 or 5.71% from 140); Blue value is 13 (5.47% from 255 or 9.29% from 140); Max value from RGB is 119 - color contains mainly: red. Hex color #77080D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #77080D is #88F7F2. Grayscale: #292929. Windows color (decimal): -8976371 or 854135. OLE color: 854135.

HSL color Cylindrical-coordinate representation of color #77080D: hue angle of 357.3º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #77080D is Cyan = 0, Magento = 0.93, Yellow = 0.89 and Black (K on CMYK) = 0.53.

Color convert

RGB119813-
CMYK00.930.890.53
HSL357.3º87.4%24.9%-
HSV(B)357.3º93.28%46.67%-
XYZ7.774.120.77-
YUV41.76111.77183.09-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 85%
GREEN value IS 8 (3.52% from 255) = 5.71%
BLUE value IS 13 (5.47% from 255) = 9.29%
R=85%
G=5.71%
B=9.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.89
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11981300.930.890.53357.387.424.9
Hex778D05D59351655719
Octal167101501351316554512731
Binary111011110001101010111011011001110101101100101101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77080D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77080D; }

 p { color: rgb(119,8,13); }

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

<style>
 a { background-color: #77080D; }

 a { background-color: rgb(119,8,13); }

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

<style>
 span { border-color: #77080D; }

 span { border-color: rgb(119,8,13); }

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