Shades of Sangria #780008
Tints of Sangria #780008
RGB
CMYK
RGB Variations
Color information
#780008 (or 0x780008) is known color: Sangria. HEX triplet: 78, 00 and 08. RGB value is (120,0,8). Sum of RGB (Red+Green+Blue) = 120+0+8=128 (16% of max value = 765). Red value is 120 (47.27% from 255 or 93.75% from 128); Green value is 0 (0.39% from 255 or 0% from 128); Blue value is 8 (3.52% from 255 or 6.25% from 128); Max value from RGB is 120 - color contains mainly: red. Hex color #780008 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780008 is #87FFF7. Grayscale: #242424. Windows color (decimal): -8912888 or 524408. OLE color: 524408.
HSL color Cylindrical-coordinate representation of color #780008: hue angle of 356º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #780008 is Cyan = 0, Magento = 1, Yellow = 0.93 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 0 | 8 | - |
| CMYK | 0 | 1 | 0.93 | 0.53 |
| HSL | 356º | 1% | 0.24% | - |
| HSV(B) | 356º | 1% | 0.47% | - |
| XYZ | 7.79 | 4.01 | 0.59 | - |
| YUV | 36.79 | 111.76 | 187.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 0 | 8 | 0 | 1 | 0.93 | 0.53 | 356 | 1 | 0.24 |
| Hex | 78 | 0 | 8 | 0 | 64 | 5D | 35 | 164 | 64 | 18 |
| Octal | 170 | 0 | 10 | 0 | 144 | 135 | 65 | 544 | 144 | 30 |
| Binary | 1111000 | 0 | 1000 | 0 | 1100100 | 1011101 | 110101 | 101100100 | 1100100 | 11000 |
Color Harmonies of #780008
Complementary color
Monochromatic Colors of #780008
Black with #780008
Text Example
Text Example
White with #780008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780008; }
p { color: rgb(120,0,8); }
H1.HeaderClassName
{
color: #780008;
}
.AnyTagClassName
{
color: #780008;
}
</style>
background-color css
<style>
a { background-color: #780008; }
a { background-color: rgb(120,0,8); }
div.DivClassName
{
background-color: #780008;
}
.BgClassName
{
background-color: #780008;
}
</style>
border-color css
<style>
span { border-color: #780008; }
span { border-color: rgb(120,0,8); }
td.TdClassName
{
border-color: #780008;
}
.TagClassName
{
border-color: #780008;
}
</style>