Shades of Sangria #7A040A
Tints of Sangria #7A040A
RGB
CMYK
RGB Variations
Color information
#7A040A (or 0x7A040A) is known color: Sangria. HEX triplet: 7A, 04 and 0A. RGB value is (122,4,10). Sum of RGB (Red+Green+Blue) = 122+4+10=136 (18% of max value = 765). Red value is 122 (48.05% from 255 or 89.71% from 136); Green value is 4 (1.95% from 255 or 2.94% from 136); Blue value is 10 (4.30% from 255 or 7.35% from 136); Max value from RGB is 122 - color contains mainly: red. Hex color #7A040A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A040A is #85FBF5. Grayscale: #282828. Windows color (decimal): -8780790 or 656506. OLE color: 656506.
HSL color Cylindrical-coordinate representation of color #7A040A: hue angle of 356.95º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7A040A is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 4 | 10 | - |
| CMYK | 0 | 0.97 | 0.92 | 0.52 |
| HSL | 356.95º | 0.94% | 0.25% | - |
| HSV(B) | 356.95º | 0.97% | 0.48% | - |
| XYZ | 8.12 | 4.25 | 0.68 | - |
| YUV | 39.97 | 111.09 | 186.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 4 | 10 | 0 | 0.97 | 0.92 | 0.52 | 356.95 | 0.94 | 0.25 |
| Hex | 7A | 4 | A | 0 | 61 | 5C | 34 | 165 | 5E | 19 |
| Octal | 172 | 4 | 12 | 0 | 141 | 134 | 64 | 545 | 136 | 31 |
| Binary | 1111010 | 100 | 1010 | 0 | 1100001 | 1011100 | 110100 | 101100101 | 1011110 | 11001 |
Color Harmonies of #7A040A
Complementary color
Monochromatic Colors of #7A040A
Black with #7A040A
Text Example
Text Example
White with #7A040A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A040A; }
p { color: rgb(122,4,10); }
H1.HeaderClassName
{
color: #7A040A;
}
.AnyTagClassName
{
color: #7A040A;
}
</style>
background-color css
<style>
a { background-color: #7A040A; }
a { background-color: rgb(122,4,10); }
div.DivClassName
{
background-color: #7A040A;
}
.BgClassName
{
background-color: #7A040A;
}
</style>
border-color css
<style>
span { border-color: #7A040A; }
span { border-color: rgb(122,4,10); }
td.TdClassName
{
border-color: #7A040A;
}
.TagClassName
{
border-color: #7A040A;
}
</style>