Shades of Sangria #78080C
Tints of Sangria #78080C
RGB
CMYK
RGB Variations
Color information
#78080C (or 0x78080C) is known color: Sangria. HEX triplet: 78, 08 and 0C. RGB value is (120,8,12). Sum of RGB (Red+Green+Blue) = 120+8+12=140 (18% of max value = 765). Red value is 120 (47.27% from 255 or 85.71% from 140); Green value is 8 (3.52% from 255 or 5.71% from 140); Blue value is 12 (5.08% from 255 or 8.57% from 140); Max value from RGB is 120 - color contains mainly: red. Hex color #78080C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #78080C is #87F7F3. Grayscale: #2A2A2A. Windows color (decimal): -8910836 or 788600. OLE color: 788600.
HSL color Cylindrical-coordinate representation of color #78080C: hue angle of 357.86º degrees, saturation: 0.88, 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 #78080C is Cyan = 0, Magento = 0.93, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 8 | 12 | - |
| CMYK | 0 | 0.93 | 0.90 | 0.53 |
| HSL | 357.86º | 0.88% | 0.25% | - |
| HSV(B) | 357.86º | 0.93% | 0.47% | - |
| XYZ | 7.9 | 4.19 | 0.74 | - |
| YUV | 41.94 | 111.11 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 8 | 12 | 0 | 0.93 | 0.90 | 0.53 | 357.86 | 0.88 | 0.25 |
| Hex | 78 | 8 | C | 0 | 5D | 5A | 35 | 166 | 58 | 19 |
| Octal | 170 | 10 | 14 | 0 | 135 | 132 | 65 | 546 | 130 | 31 |
| Binary | 1111000 | 1000 | 1100 | 0 | 1011101 | 1011010 | 110101 | 101100110 | 1011000 | 11001 |
Color Harmonies of #78080C
Complementary color
Monochromatic Colors of #78080C
Black with #78080C
Text Example
Text Example
White with #78080C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78080C; }
p { color: rgb(120,8,12); }
H1.HeaderClassName
{
color: #78080C;
}
.AnyTagClassName
{
color: #78080C;
}
</style>
background-color css
<style>
a { background-color: #78080C; }
a { background-color: rgb(120,8,12); }
div.DivClassName
{
background-color: #78080C;
}
.BgClassName
{
background-color: #78080C;
}
</style>
border-color css
<style>
span { border-color: #78080C; }
span { border-color: rgb(120,8,12); }
td.TdClassName
{
border-color: #78080C;
}
.TagClassName
{
border-color: #78080C;
}
</style>