Shades of Sangria #78040C
Tints of Sangria #78040C
RGB
CMYK
RGB Variations
Color information
#78040C (or 0x78040C) is known color: Sangria. HEX triplet: 78, 04 and 0C. RGB value is (120,4,12). Sum of RGB (Red+Green+Blue) = 120+4+12=136 (18% of max value = 765). Red value is 120 (47.27% from 255 or 88.24% from 136); Green value is 4 (1.95% from 255 or 2.94% from 136); Blue value is 12 (5.08% from 255 or 8.82% from 136); Max value from RGB is 120 - color contains mainly: red. Hex color #78040C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #78040C is #87FBF3. Grayscale: #272727. Windows color (decimal): -8911860 or 787576. OLE color: 787576.
HSL color Cylindrical-coordinate representation of color #78040C: hue angle of 355.86º degrees, saturation: 0.94, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #78040C is Cyan = 0, Magento = 0.97, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 4 | 12 | - |
| CMYK | 0 | 0.97 | 0.90 | 0.53 |
| HSL | 355.86º | 0.94% | 0.24% | - |
| HSV(B) | 355.86º | 0.97% | 0.47% | - |
| XYZ | 7.86 | 4.11 | 0.73 | - |
| YUV | 39.6 | 112.43 | 185.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 4 | 12 | 0 | 0.97 | 0.90 | 0.53 | 355.86 | 0.94 | 0.24 |
| Hex | 78 | 4 | C | 0 | 61 | 5A | 35 | 164 | 5E | 18 |
| Octal | 170 | 4 | 14 | 0 | 141 | 132 | 65 | 544 | 136 | 30 |
| Binary | 1111000 | 100 | 1100 | 0 | 1100001 | 1011010 | 110101 | 101100100 | 1011110 | 11000 |
Color Harmonies of #78040C
Complementary color
Monochromatic Colors of #78040C
Black with #78040C
Text Example
Text Example
White with #78040C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78040C; }
p { color: rgb(120,4,12); }
H1.HeaderClassName
{
color: #78040C;
}
.AnyTagClassName
{
color: #78040C;
}
</style>
background-color css
<style>
a { background-color: #78040C; }
a { background-color: rgb(120,4,12); }
div.DivClassName
{
background-color: #78040C;
}
.BgClassName
{
background-color: #78040C;
}
</style>
border-color css
<style>
span { border-color: #78040C; }
span { border-color: rgb(120,4,12); }
td.TdClassName
{
border-color: #78040C;
}
.TagClassName
{
border-color: #78040C;
}
</style>