Shades of Hot Curry #77561E
Tints of Hot Curry #77561E
RGB
CMYK
RGB Variations
Color information
#77561E (or 0x77561E) is known color: Hot Curry. HEX triplet: 77, 56 and 1E. RGB value is (119,86,30). Sum of RGB (Red+Green+Blue) = 119+86+30=235 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.64% from 235); Green value is 86 (33.98% from 255 or 36.60% from 235); Blue value is 30 (12.11% from 255 or 12.77% from 235); Max value from RGB is 119 - color contains mainly: red. Hex color #77561E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77561E is #88A9E1. Grayscale: #595959. Windows color (decimal): -8956386 or 1988215. OLE color: 1988215.
HSL color Cylindrical-coordinate representation of color #77561E: hue angle of 37.75º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #77561E is Cyan = 0, Magento = 0.28, Yellow = 0.75 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 86 | 30 | - |
| CMYK | 0 | 0.28 | 0.75 | 0.53 |
| HSL | 37.75º | 0.6% | 0.29% | - |
| HSV(B) | 37.75º | 0.75% | 0.47% | - |
| XYZ | 11.17 | 10.67 | 2.7 | - |
| YUV | 89.48 | 94.43 | 149.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 86 | 30 | 0 | 0.28 | 0.75 | 0.53 | 37.75 | 0.6 | 0.29 |
| Hex | 77 | 56 | 1E | 0 | 1C | 4B | 35 | 26 | 3C | 1D |
| Octal | 167 | 126 | 36 | 0 | 34 | 113 | 65 | 46 | 74 | 35 |
| Binary | 1110111 | 1010110 | 11110 | 0 | 11100 | 1001011 | 110101 | 100110 | 111100 | 11101 |
Color Harmonies of #77561E
Complementary color
Monochromatic Colors of #77561E
Black with #77561E
Text Example
Text Example
White with #77561E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77561E; }
p { color: rgb(119,86,30); }
H1.HeaderClassName
{
color: #77561E;
}
.AnyTagClassName
{
color: #77561E;
}
</style>
background-color css
<style>
a { background-color: #77561E; }
a { background-color: rgb(119,86,30); }
div.DivClassName
{
background-color: #77561E;
}
.BgClassName
{
background-color: #77561E;
}
</style>
border-color css
<style>
span { border-color: #77561E; }
span { border-color: rgb(119,86,30); }
td.TdClassName
{
border-color: #77561E;
}
.TagClassName
{
border-color: #77561E;
}
</style>