Shades of Sangria #7A080C
Tints of Sangria #7A080C
RGB
CMYK
RGB Variations
Color information
#7A080C (or 0x7A080C) is known color: Sangria. HEX triplet: 7A, 08 and 0C. RGB value is (122,8,12). Sum of RGB (Red+Green+Blue) = 122+8+12=142 (18% of max value = 765). Red value is 122 (48.05% from 255 or 85.92% from 142); Green value is 8 (3.52% from 255 or 5.63% from 142); Blue value is 12 (5.08% from 255 or 8.45% from 142); Max value from RGB is 122 - color contains mainly: red. Hex color #7A080C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A080C is #85F7F3. Grayscale: #2A2A2A. Windows color (decimal): -8779764 or 788602. OLE color: 788602.
HSL color Cylindrical-coordinate representation of color #7A080C: hue angle of 357.89º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7A080C is Cyan = 0, Magento = 0.93, Yellow = 0.90 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 8 | 12 | - |
| CMYK | 0 | 0.93 | 0.90 | 0.52 |
| HSL | 357.89º | 0.88% | 0.25% | - |
| HSV(B) | 357.89º | 0.93% | 0.48% | - |
| XYZ | 8.18 | 4.34 | 0.75 | - |
| YUV | 42.54 | 110.77 | 184.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 8 | 12 | 0 | 0.93 | 0.90 | 0.52 | 357.89 | 0.88 | 0.25 |
| Hex | 7A | 8 | C | 0 | 5D | 5A | 34 | 166 | 58 | 19 |
| Octal | 172 | 10 | 14 | 0 | 135 | 132 | 64 | 546 | 130 | 31 |
| Binary | 1111010 | 1000 | 1100 | 0 | 1011101 | 1011010 | 110100 | 101100110 | 1011000 | 11001 |
Color Harmonies of #7A080C
Complementary color
Monochromatic Colors of #7A080C
Black with #7A080C
Text Example
Text Example
White with #7A080C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A080C; }
p { color: rgb(122,8,12); }
H1.HeaderClassName
{
color: #7A080C;
}
.AnyTagClassName
{
color: #7A080C;
}
</style>
background-color css
<style>
a { background-color: #7A080C; }
a { background-color: rgb(122,8,12); }
div.DivClassName
{
background-color: #7A080C;
}
.BgClassName
{
background-color: #7A080C;
}
</style>
border-color css
<style>
span { border-color: #7A080C; }
span { border-color: rgb(122,8,12); }
td.TdClassName
{
border-color: #7A080C;
}
.TagClassName
{
border-color: #7A080C;
}
</style>