Shades of Sangria #780C0E
Tints of Sangria #780C0E
RGB
CMYK
RGB Variations
Color information
#780C0E (or 0x780C0E) is known color: Sangria. HEX triplet: 78, 0C and 0E. RGB value is (120,12,14). Sum of RGB (Red+Green+Blue) = 120+12+14=146 (19% of max value = 765). Red value is 120 (47.27% from 255 or 82.19% from 146); Green value is 12 (5.08% from 255 or 8.22% from 146); Blue value is 14 (5.86% from 255 or 9.59% from 146); Max value from RGB is 120 - color contains mainly: red. Hex color #780C0E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780C0E is #87F3F1. Grayscale: #2C2C2C. Windows color (decimal): -8909810 or 920696. OLE color: 920696.
HSL color Cylindrical-coordinate representation of color #780C0E: hue angle of 358.89º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #780C0E is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 12 | 14 | - |
| CMYK | 0 | 0.90 | 0.88 | 0.53 |
| HSL | 358.89º | 0.82% | 0.26% | - |
| HSV(B) | 358.89º | 0.9% | 0.47% | - |
| XYZ | 7.96 | 4.29 | 0.82 | - |
| YUV | 44.52 | 110.78 | 181.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 12 | 14 | 0 | 0.90 | 0.88 | 0.53 | 358.89 | 0.82 | 0.26 |
| Hex | 78 | C | E | 0 | 5A | 58 | 35 | 167 | 52 | 1A |
| Octal | 170 | 14 | 16 | 0 | 132 | 130 | 65 | 547 | 122 | 32 |
| Binary | 1111000 | 1100 | 1110 | 0 | 1011010 | 1011000 | 110101 | 101100111 | 1010010 | 11010 |
Color Harmonies of #780C0E
Complementary color
Monochromatic Colors of #780C0E
Black with #780C0E
Text Example
Text Example
White with #780C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780C0E; }
p { color: rgb(120,12,14); }
H1.HeaderClassName
{
color: #780C0E;
}
.AnyTagClassName
{
color: #780C0E;
}
</style>
background-color css
<style>
a { background-color: #780C0E; }
a { background-color: rgb(120,12,14); }
div.DivClassName
{
background-color: #780C0E;
}
.BgClassName
{
background-color: #780C0E;
}
</style>
border-color css
<style>
span { border-color: #780C0E; }
span { border-color: rgb(120,12,14); }
td.TdClassName
{
border-color: #780C0E;
}
.TagClassName
{
border-color: #780C0E;
}
</style>