Shades of Sangria #7A060B
Tints of Sangria #7A060B
RGB
CMYK
RGB Variations
Color information
#7A060B (or 0x7A060B) is known color: Sangria. HEX triplet: 7A, 06 and 0B. RGB value is (122,6,11). Sum of RGB (Red+Green+Blue) = 122+6+11=139 (18% of max value = 765). Red value is 122 (48.05% from 255 or 87.77% from 139); Green value is 6 (2.73% from 255 or 4.32% from 139); Blue value is 11 (4.69% from 255 or 7.91% from 139); Max value from RGB is 122 - color contains mainly: red. Hex color #7A060B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A060B is #85F9F4. Grayscale: #292929. Windows color (decimal): -8780277 or 722554. OLE color: 722554.
HSL color Cylindrical-coordinate representation of color #7A060B: hue angle of 357.41º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7A060B is Cyan = 0, Magento = 0.95, Yellow = 0.91 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 6 | 11 | - |
| CMYK | 0 | 0.95 | 0.91 | 0.52 |
| HSL | 357.41º | 0.91% | 0.25% | - |
| HSV(B) | 357.41º | 0.95% | 0.48% | - |
| XYZ | 8.15 | 4.29 | 0.72 | - |
| YUV | 41.25 | 110.93 | 185.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 6 | 11 | 0 | 0.95 | 0.91 | 0.52 | 357.41 | 0.91 | 0.25 |
| Hex | 7A | 6 | B | 0 | 5F | 5B | 34 | 165 | 5B | 19 |
| Octal | 172 | 6 | 13 | 0 | 137 | 133 | 64 | 545 | 133 | 31 |
| Binary | 1111010 | 110 | 1011 | 0 | 1011111 | 1011011 | 110100 | 101100101 | 1011011 | 11001 |
Color Harmonies of #7A060B
Complementary color
Monochromatic Colors of #7A060B
Black with #7A060B
Text Example
Text Example
White with #7A060B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A060B; }
p { color: rgb(122,6,11); }
H1.HeaderClassName
{
color: #7A060B;
}
.AnyTagClassName
{
color: #7A060B;
}
</style>
background-color css
<style>
a { background-color: #7A060B; }
a { background-color: rgb(122,6,11); }
div.DivClassName
{
background-color: #7A060B;
}
.BgClassName
{
background-color: #7A060B;
}
</style>
border-color css
<style>
span { border-color: #7A060B; }
span { border-color: rgb(122,6,11); }
td.TdClassName
{
border-color: #7A060B;
}
.TagClassName
{
border-color: #7A060B;
}
</style>