Shades of Hot Curry #7F6026
Tints of Hot Curry #7F6026
RGB
CMYK
RGB Variations
Color information
#7F6026 (or 0x7F6026) is known color: Hot Curry. HEX triplet: 7F, 60 and 26. RGB value is (127,96,38). Sum of RGB (Red+Green+Blue) = 127+96+38=261 (34% of max value = 765). Red value is 127 (50% from 255 or 48.66% from 261); Green value is 96 (37.89% from 255 or 36.78% from 261); Blue value is 38 (15.23% from 255 or 14.56% from 261); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6026 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F6026 is #809FD9. Grayscale: #626262. Windows color (decimal): -8429530 or 2515071. OLE color: 2515071.
HSL color Cylindrical-coordinate representation of color #7F6026: hue angle of 39.1º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7F6026 is Cyan = 0, Magento = 0.24, Yellow = 0.70 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 96 | 38 | - |
| CMYK | 0 | 0.24 | 0.70 | 0.50 |
| HSL | 39.1º | 0.54% | 0.32% | - |
| HSV(B) | 39.1º | 0.7% | 0.5% | - |
| XYZ | 13.29 | 13.02 | 3.65 | - |
| YUV | 98.66 | 93.77 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 96 | 38 | 0 | 0.24 | 0.70 | 0.50 | 39.1 | 0.54 | 0.32 |
| Hex | 7F | 60 | 26 | 0 | 18 | 46 | 32 | 27 | 36 | 20 |
| Octal | 177 | 140 | 46 | 0 | 30 | 106 | 62 | 47 | 66 | 40 |
| Binary | 1111111 | 1100000 | 100110 | 0 | 11000 | 1000110 | 110010 | 100111 | 110110 | 100000 |
Color Harmonies of #7F6026
Complementary color
Monochromatic Colors of #7F6026
Black with #7F6026
Text Example
Text Example
White with #7F6026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6026; }
p { color: rgb(127,96,38); }
H1.HeaderClassName
{
color: #7F6026;
}
.AnyTagClassName
{
color: #7F6026;
}
</style>
background-color css
<style>
a { background-color: #7F6026; }
a { background-color: rgb(127,96,38); }
div.DivClassName
{
background-color: #7F6026;
}
.BgClassName
{
background-color: #7F6026;
}
</style>
border-color css
<style>
span { border-color: #7F6026; }
span { border-color: rgb(127,96,38); }
td.TdClassName
{
border-color: #7F6026;
}
.TagClassName
{
border-color: #7F6026;
}
</style>