Shades of Hot Curry #7A572A
Tints of Hot Curry #7A572A
RGB
CMYK
RGB Variations
Color information
#7A572A (or 0x7A572A) is known color: Hot Curry. HEX triplet: 7A, 57 and 2A. RGB value is (122,87,42). Sum of RGB (Red+Green+Blue) = 122+87+42=251 (33% of max value = 765). Red value is 122 (48.05% from 255 or 48.61% from 251); Green value is 87 (34.38% from 255 or 34.66% from 251); Blue value is 42 (16.80% from 255 or 16.73% from 251); Max value from RGB is 122 - color contains mainly: red. Hex color #7A572A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A572A is #85A8D5. Grayscale: #5C5C5C. Windows color (decimal): -8759510 or 2774906. OLE color: 2774906.
HSL color Cylindrical-coordinate representation of color #7A572A: hue angle of 33.75º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7A572A is Cyan = 0, Magento = 0.29, Yellow = 0.66 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 87 | 42 | - |
| CMYK | 0 | 0.29 | 0.66 | 0.52 |
| HSL | 33.75º | 0.49% | 0.32% | - |
| HSV(B) | 33.75º | 0.66% | 0.48% | - |
| XYZ | 11.85 | 11.12 | 3.71 | - |
| YUV | 92.34 | 99.6 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 87 | 42 | 0 | 0.29 | 0.66 | 0.52 | 33.75 | 0.49 | 0.32 |
| Hex | 7A | 57 | 2A | 0 | 1D | 42 | 34 | 22 | 31 | 20 |
| Octal | 172 | 127 | 52 | 0 | 35 | 102 | 64 | 42 | 61 | 40 |
| Binary | 1111010 | 1010111 | 101010 | 0 | 11101 | 1000010 | 110100 | 100010 | 110001 | 100000 |
Color Harmonies of #7A572A
Complementary color
Monochromatic Colors of #7A572A
Black with #7A572A
Text Example
Text Example
White with #7A572A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A572A; }
p { color: rgb(122,87,42); }
H1.HeaderClassName
{
color: #7A572A;
}
.AnyTagClassName
{
color: #7A572A;
}
</style>
background-color css
<style>
a { background-color: #7A572A; }
a { background-color: rgb(122,87,42); }
div.DivClassName
{
background-color: #7A572A;
}
.BgClassName
{
background-color: #7A572A;
}
</style>
border-color css
<style>
span { border-color: #7A572A; }
span { border-color: rgb(122,87,42); }
td.TdClassName
{
border-color: #7A572A;
}
.TagClassName
{
border-color: #7A572A;
}
</style>