Shades of Sangria #7A070A
Tints of Sangria #7A070A
RGB
CMYK
RGB Variations
Color information
#7A070A (or 0x7A070A) is known color: Sangria. HEX triplet: 7A, 07 and 0A. RGB value is (122,7,10). Sum of RGB (Red+Green+Blue) = 122+7+10=139 (18% of max value = 765). Red value is 122 (48.05% from 255 or 87.77% from 139); Green value is 7 (3.12% from 255 or 5.04% from 139); Blue value is 10 (4.30% from 255 or 7.19% from 139); Max value from RGB is 122 - color contains mainly: red. Hex color #7A070A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A070A is #85F8F5. Grayscale: #292929. Windows color (decimal): -8780022 or 657274. OLE color: 657274.
HSL color Cylindrical-coordinate representation of color #7A070A: hue angle of 358.43º 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 #7A070A is Cyan = 0, Magento = 0.94, Yellow = 0.92 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 7 | 10 | - |
| CMYK | 0 | 0.94 | 0.92 | 0.52 |
| HSL | 358.43º | 0.89% | 0.25% | - |
| HSV(B) | 358.43º | 0.94% | 0.48% | - |
| XYZ | 8.16 | 4.31 | 0.69 | - |
| YUV | 41.73 | 110.1 | 185.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 7 | 10 | 0 | 0.94 | 0.92 | 0.52 | 358.43 | 0.89 | 0.25 |
| Hex | 7A | 7 | A | 0 | 5E | 5C | 34 | 166 | 59 | 19 |
| Octal | 172 | 7 | 12 | 0 | 136 | 134 | 64 | 546 | 131 | 31 |
| Binary | 1111010 | 111 | 1010 | 0 | 1011110 | 1011100 | 110100 | 101100110 | 1011001 | 11001 |
Color Harmonies of #7A070A
Complementary color
Monochromatic Colors of #7A070A
Black with #7A070A
Text Example
Text Example
White with #7A070A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A070A; }
p { color: rgb(122,7,10); }
H1.HeaderClassName
{
color: #7A070A;
}
.AnyTagClassName
{
color: #7A070A;
}
</style>
background-color css
<style>
a { background-color: #7A070A; }
a { background-color: rgb(122,7,10); }
div.DivClassName
{
background-color: #7A070A;
}
.BgClassName
{
background-color: #7A070A;
}
</style>
border-color css
<style>
span { border-color: #7A070A; }
span { border-color: rgb(122,7,10); }
td.TdClassName
{
border-color: #7A070A;
}
.TagClassName
{
border-color: #7A070A;
}
</style>