Shades of Sangria #77090D
Tints of Sangria #77090D
RGB
CMYK
RGB Variations
Color information
#77090D (or 0x77090D) is known color: Sangria. HEX triplet: 77, 09 and 0D. RGB value is (119,9,13). Sum of RGB (Red+Green+Blue) = 119+9+13=141 (18% of max value = 765). Red value is 119 (46.88% from 255 or 84.40% from 141); Green value is 9 (3.91% from 255 or 6.38% from 141); Blue value is 13 (5.47% from 255 or 9.22% from 141); Max value from RGB is 119 - color contains mainly: red. Hex color #77090D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #77090D is #88F6F2. Grayscale: #2A2A2A. Windows color (decimal): -8976115 or 854391. OLE color: 854391.
HSL color Cylindrical-coordinate representation of color #77090D: hue angle of 357.82º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #77090D is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 9 | 13 | - |
| CMYK | 0 | 0.92 | 0.89 | 0.53 |
| HSL | 357.82º | 0.86% | 0.25% | - |
| HSV(B) | 357.82º | 0.92% | 0.47% | - |
| XYZ | 7.78 | 4.15 | 0.77 | - |
| YUV | 42.35 | 111.44 | 182.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 9 | 13 | 0 | 0.92 | 0.89 | 0.53 | 357.82 | 0.86 | 0.25 |
| Hex | 77 | 9 | D | 0 | 5C | 59 | 35 | 166 | 56 | 19 |
| Octal | 167 | 11 | 15 | 0 | 134 | 131 | 65 | 546 | 126 | 31 |
| Binary | 1110111 | 1001 | 1101 | 0 | 1011100 | 1011001 | 110101 | 101100110 | 1010110 | 11001 |
Color Harmonies of #77090D
Complementary color
Monochromatic Colors of #77090D
Black with #77090D
Text Example
Text Example
White with #77090D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77090D; }
p { color: rgb(119,9,13); }
H1.HeaderClassName
{
color: #77090D;
}
.AnyTagClassName
{
color: #77090D;
}
</style>
background-color css
<style>
a { background-color: #77090D; }
a { background-color: rgb(119,9,13); }
div.DivClassName
{
background-color: #77090D;
}
.BgClassName
{
background-color: #77090D;
}
</style>
border-color css
<style>
span { border-color: #77090D; }
span { border-color: rgb(119,9,13); }
td.TdClassName
{
border-color: #77090D;
}
.TagClassName
{
border-color: #77090D;
}
</style>