Shades of Hot Curry #7A5F26
Tints of Hot Curry #7A5F26
RGB
CMYK
RGB Variations
Color information
#7A5F26 (or 0x7A5F26) is known color: Hot Curry. HEX triplet: 7A, 5F and 26. RGB value is (122,95,38). Sum of RGB (Red+Green+Blue) = 122+95+38=255 (33% of max value = 765). Red value is 122 (48.05% from 255 or 47.84% from 255); Green value is 95 (37.5% from 255 or 37.25% from 255); Blue value is 38 (15.23% from 255 or 14.90% from 255); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5F26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A5F26 is #85A0D9. Grayscale: #606060. Windows color (decimal): -8757466 or 2514810. OLE color: 2514810.
HSL color Cylindrical-coordinate representation of color #7A5F26: hue angle of 40.71º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7A5F26 is Cyan = 0, Magento = 0.22, Yellow = 0.69 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 95 | 38 | - |
| CMYK | 0 | 0.22 | 0.69 | 0.52 |
| HSL | 40.71º | 0.53% | 0.31% | - |
| HSV(B) | 40.71º | 0.69% | 0.48% | - |
| XYZ | 12.47 | 12.46 | 3.58 | - |
| YUV | 96.58 | 94.95 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 95 | 38 | 0 | 0.22 | 0.69 | 0.52 | 40.71 | 0.53 | 0.31 |
| Hex | 7A | 5F | 26 | 0 | 16 | 45 | 34 | 29 | 34 | 1F |
| Octal | 172 | 137 | 46 | 0 | 26 | 105 | 64 | 51 | 64 | 37 |
| Binary | 1111010 | 1011111 | 100110 | 0 | 10110 | 1000101 | 110100 | 101001 | 110100 | 11111 |
Color Harmonies of #7A5F26
Complementary color
Monochromatic Colors of #7A5F26
Black with #7A5F26
Text Example
Text Example
White with #7A5F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5F26; }
p { color: rgb(122,95,38); }
H1.HeaderClassName
{
color: #7A5F26;
}
.AnyTagClassName
{
color: #7A5F26;
}
</style>
background-color css
<style>
a { background-color: #7A5F26; }
a { background-color: rgb(122,95,38); }
div.DivClassName
{
background-color: #7A5F26;
}
.BgClassName
{
background-color: #7A5F26;
}
</style>
border-color css
<style>
span { border-color: #7A5F26; }
span { border-color: rgb(122,95,38); }
td.TdClassName
{
border-color: #7A5F26;
}
.TagClassName
{
border-color: #7A5F26;
}
</style>