Shades of Hot Curry #775C26
Tints of Hot Curry #775C26
RGB
CMYK
RGB Variations
Color information
#775C26 (or 0x775C26) is known color: Hot Curry. HEX triplet: 77, 5C and 26. RGB value is (119,92,38). Sum of RGB (Red+Green+Blue) = 119+92+38=249 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.79% from 249); Green value is 92 (36.33% from 255 or 36.95% from 249); Blue value is 38 (15.23% from 255 or 15.26% from 249); Max value from RGB is 119 - color contains mainly: red. Hex color #775C26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775C26 is #88A3D9. Grayscale: #5E5E5E. Windows color (decimal): -8954842 or 2514039. OLE color: 2514039.
HSL color Cylindrical-coordinate representation of color #775C26: hue angle of 40º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #775C26 is Cyan = 0, Magento = 0.23, Yellow = 0.68 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 92 | 38 | - |
| CMYK | 0 | 0.23 | 0.68 | 0.53 |
| HSL | 40º | 0.52% | 0.31% | - |
| HSV(B) | 40º | 0.68% | 0.47% | - |
| XYZ | 11.78 | 11.72 | 3.47 | - |
| YUV | 93.92 | 96.45 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 92 | 38 | 0 | 0.23 | 0.68 | 0.53 | 40 | 0.52 | 0.31 |
| Hex | 77 | 5C | 26 | 0 | 17 | 44 | 35 | 28 | 34 | 1F |
| Octal | 167 | 134 | 46 | 0 | 27 | 104 | 65 | 50 | 64 | 37 |
| Binary | 1110111 | 1011100 | 100110 | 0 | 10111 | 1000100 | 110101 | 101000 | 110100 | 11111 |
Color Harmonies of #775C26
Complementary color
Monochromatic Colors of #775C26
Black with #775C26
Text Example
Text Example
White with #775C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775C26; }
p { color: rgb(119,92,38); }
H1.HeaderClassName
{
color: #775C26;
}
.AnyTagClassName
{
color: #775C26;
}
</style>
background-color css
<style>
a { background-color: #775C26; }
a { background-color: rgb(119,92,38); }
div.DivClassName
{
background-color: #775C26;
}
.BgClassName
{
background-color: #775C26;
}
</style>
border-color css
<style>
span { border-color: #775C26; }
span { border-color: rgb(119,92,38); }
td.TdClassName
{
border-color: #775C26;
}
.TagClassName
{
border-color: #775C26;
}
</style>