Shades of Hot Curry #775127
Tints of Hot Curry #775127
RGB
CMYK
RGB Variations
Color information
#775127 (or 0x775127) is known color: Hot Curry. HEX triplet: 77, 51 and 27. RGB value is (119,81,39). Sum of RGB (Red+Green+Blue) = 119+81+39=239 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.79% from 239); Green value is 81 (32.03% from 255 or 33.89% from 239); Blue value is 39 (15.62% from 255 or 16.32% from 239); Max value from RGB is 119 - color contains mainly: red. Hex color #775127 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775127 is #88AED8. Grayscale: #575757. Windows color (decimal): -8957657 or 2576759. OLE color: 2576759.
HSL color Cylindrical-coordinate representation of color #775127: hue angle of 31.5º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #775127 is Cyan = 0, Magento = 0.32, Yellow = 0.67 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 81 | 39 | - |
| CMYK | 0 | 0.32 | 0.67 | 0.53 |
| HSL | 31.5º | 0.51% | 0.31% | - |
| HSV(B) | 31.5º | 0.67% | 0.47% | - |
| XYZ | 10.92 | 9.95 | 3.27 | - |
| YUV | 87.57 | 100.59 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 81 | 39 | 0 | 0.32 | 0.67 | 0.53 | 31.5 | 0.51 | 0.31 |
| Hex | 77 | 51 | 27 | 0 | 20 | 43 | 35 | 1F | 33 | 1F |
| Octal | 167 | 121 | 47 | 0 | 40 | 103 | 65 | 37 | 63 | 37 |
| Binary | 1110111 | 1010001 | 100111 | 0 | 100000 | 1000011 | 110101 | 11111 | 110011 | 11111 |
Color Harmonies of #775127
Complementary color
Monochromatic Colors of #775127
Black with #775127
Text Example
Text Example
White with #775127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775127; }
p { color: rgb(119,81,39); }
H1.HeaderClassName
{
color: #775127;
}
.AnyTagClassName
{
color: #775127;
}
</style>
background-color css
<style>
a { background-color: #775127; }
a { background-color: rgb(119,81,39); }
div.DivClassName
{
background-color: #775127;
}
.BgClassName
{
background-color: #775127;
}
</style>
border-color css
<style>
span { border-color: #775127; }
span { border-color: rgb(119,81,39); }
td.TdClassName
{
border-color: #775127;
}
.TagClassName
{
border-color: #775127;
}
</style>