Shades of Hot Curry #77561D
Tints of Hot Curry #77561D
RGB
CMYK
RGB Variations
Color information
#77561D (or 0x77561D) is known color: Hot Curry. HEX triplet: 77, 56 and 1D. RGB value is (119,86,29). Sum of RGB (Red+Green+Blue) = 119+86+29=234 (30% of max value = 765). Red value is 119 (46.88% from 255 or 50.85% from 234); Green value is 86 (33.98% from 255 or 36.75% from 234); Blue value is 29 (11.72% from 255 or 12.39% from 234); Max value from RGB is 119 - color contains mainly: red. Hex color #77561D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77561D is #88A9E2. Grayscale: #595959. Windows color (decimal): -8956387 or 1922679. OLE color: 1922679.
HSL color Cylindrical-coordinate representation of color #77561D: hue angle of 38º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #77561D is Cyan = 0, Magento = 0.28, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 86 | 29 | - |
| CMYK | 0 | 0.28 | 0.76 | 0.53 |
| HSL | 38º | 0.61% | 0.29% | - |
| HSV(B) | 38º | 0.76% | 0.47% | - |
| XYZ | 11.16 | 10.67 | 2.63 | - |
| YUV | 89.37 | 93.93 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 86 | 29 | 0 | 0.28 | 0.76 | 0.53 | 38 | 0.61 | 0.29 |
| Hex | 77 | 56 | 1D | 0 | 1C | 4C | 35 | 26 | 3D | 1D |
| Octal | 167 | 126 | 35 | 0 | 34 | 114 | 65 | 46 | 75 | 35 |
| Binary | 1110111 | 1010110 | 11101 | 0 | 11100 | 1001100 | 110101 | 100110 | 111101 | 11101 |
Color Harmonies of #77561D
Complementary color
Monochromatic Colors of #77561D
Black with #77561D
Text Example
Text Example
White with #77561D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77561D; }
p { color: rgb(119,86,29); }
H1.HeaderClassName
{
color: #77561D;
}
.AnyTagClassName
{
color: #77561D;
}
</style>
background-color css
<style>
a { background-color: #77561D; }
a { background-color: rgb(119,86,29); }
div.DivClassName
{
background-color: #77561D;
}
.BgClassName
{
background-color: #77561D;
}
</style>
border-color css
<style>
span { border-color: #77561D; }
span { border-color: rgb(119,86,29); }
td.TdClassName
{
border-color: #77561D;
}
.TagClassName
{
border-color: #77561D;
}
</style>