Shades of Sangria #7A070C
Tints of Sangria #7A070C
RGB
CMYK
RGB Variations
Color information
#7A070C (or 0x7A070C) is known color: Sangria. HEX triplet: 7A, 07 and 0C. RGB value is (122,7,12). Sum of RGB (Red+Green+Blue) = 122+7+12=141 (18% of max value = 765). Red value is 122 (48.05% from 255 or 86.52% from 141); Green value is 7 (3.12% from 255 or 4.96% from 141); Blue value is 12 (5.08% from 255 or 8.51% from 141); Max value from RGB is 122 - color contains mainly: red. Hex color #7A070C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A070C is #85F8F3. Grayscale: #2A2A2A. Windows color (decimal): -8780020 or 788346. OLE color: 788346.
HSL color Cylindrical-coordinate representation of color #7A070C: hue angle of 357.39º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7A070C is Cyan = 0, Magento = 0.94, Yellow = 0.90 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 7 | 12 | - |
| CMYK | 0 | 0.94 | 0.90 | 0.52 |
| HSL | 357.39º | 0.89% | 0.25% | - |
| HSV(B) | 357.39º | 0.94% | 0.48% | - |
| XYZ | 8.17 | 4.32 | 0.75 | - |
| YUV | 41.96 | 111.1 | 185.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 7 | 12 | 0 | 0.94 | 0.90 | 0.52 | 357.39 | 0.89 | 0.25 |
| Hex | 7A | 7 | C | 0 | 5E | 5A | 34 | 165 | 59 | 19 |
| Octal | 172 | 7 | 14 | 0 | 136 | 132 | 64 | 545 | 131 | 31 |
| Binary | 1111010 | 111 | 1100 | 0 | 1011110 | 1011010 | 110100 | 101100101 | 1011001 | 11001 |
Color Harmonies of #7A070C
Complementary color
Monochromatic Colors of #7A070C
Black with #7A070C
Text Example
Text Example
White with #7A070C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A070C; }
p { color: rgb(122,7,12); }
H1.HeaderClassName
{
color: #7A070C;
}
.AnyTagClassName
{
color: #7A070C;
}
</style>
background-color css
<style>
a { background-color: #7A070C; }
a { background-color: rgb(122,7,12); }
div.DivClassName
{
background-color: #7A070C;
}
.BgClassName
{
background-color: #7A070C;
}
</style>
border-color css
<style>
span { border-color: #7A070C; }
span { border-color: rgb(122,7,12); }
td.TdClassName
{
border-color: #7A070C;
}
.TagClassName
{
border-color: #7A070C;
}
</style>