Shades of Sangria #7A020C
Tints of Sangria #7A020C
RGB
CMYK
RGB Variations
Color information
#7A020C (or 0x7A020C) is known color: Sangria. HEX triplet: 7A, 02 and 0C. RGB value is (122,2,12). Sum of RGB (Red+Green+Blue) = 122+2+12=136 (18% of max value = 765). Red value is 122 (48.05% from 255 or 89.71% from 136); Green value is 2 (1.17% from 255 or 1.47% from 136); Blue value is 12 (5.08% from 255 or 8.82% from 136); Max value from RGB is 122 - color contains mainly: red. Hex color #7A020C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A020C is #85FDF3. Grayscale: #272727. Windows color (decimal): -8781300 or 787066. OLE color: 787066.
HSL color Cylindrical-coordinate representation of color #7A020C: hue angle of 355º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7A020C is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 2 | 12 | - |
| CMYK | 0 | 0.98 | 0.90 | 0.52 |
| HSL | 355º | 0.97% | 0.24% | - |
| HSV(B) | 355º | 0.98% | 0.48% | - |
| XYZ | 8.11 | 4.21 | 0.73 | - |
| YUV | 39.02 | 112.76 | 187.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 2 | 12 | 0 | 0.98 | 0.90 | 0.52 | 355 | 0.97 | 0.24 |
| Hex | 7A | 2 | C | 0 | 62 | 5A | 34 | 163 | 61 | 18 |
| Octal | 172 | 2 | 14 | 0 | 142 | 132 | 64 | 543 | 141 | 30 |
| Binary | 1111010 | 10 | 1100 | 0 | 1100010 | 1011010 | 110100 | 101100011 | 1100001 | 11000 |
Color Harmonies of #7A020C
Complementary color
Monochromatic Colors of #7A020C
Black with #7A020C
Text Example
Text Example
White with #7A020C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A020C; }
p { color: rgb(122,2,12); }
H1.HeaderClassName
{
color: #7A020C;
}
.AnyTagClassName
{
color: #7A020C;
}
</style>
background-color css
<style>
a { background-color: #7A020C; }
a { background-color: rgb(122,2,12); }
div.DivClassName
{
background-color: #7A020C;
}
.BgClassName
{
background-color: #7A020C;
}
</style>
border-color css
<style>
span { border-color: #7A020C; }
span { border-color: rgb(122,2,12); }
td.TdClassName
{
border-color: #7A020C;
}
.TagClassName
{
border-color: #7A020C;
}
</style>