Shades of Hot Curry #765B1B
Tints of Hot Curry #765B1B
RGB
CMYK
RGB Variations
Color information
#765B1B (or 0x765B1B) is known color: Hot Curry. HEX triplet: 76, 5B and 1B. RGB value is (118,91,27). Sum of RGB (Red+Green+Blue) = 118+91+27=236 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50% from 236); Green value is 91 (35.94% from 255 or 38.56% from 236); Blue value is 27 (10.94% from 255 or 11.44% from 236); Max value from RGB is 118 - color contains mainly: red. Hex color #765B1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765B1B is #89A4E4. Grayscale: #5C5C5C. Windows color (decimal): -9020645 or 1792886. OLE color: 1792886.
HSL color Cylindrical-coordinate representation of color #765B1B: hue angle of 42.2º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #765B1B is Cyan = 0, Magento = 0.23, Yellow = 0.77 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 91 | 27 | - |
| CMYK | 0 | 0.23 | 0.77 | 0.54 |
| HSL | 42.2º | 0.63% | 0.28% | - |
| HSV(B) | 42.2º | 0.77% | 0.46% | - |
| XYZ | 11.41 | 11.41 | 2.64 | - |
| YUV | 91.78 | 91.45 | 146.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 91 | 27 | 0 | 0.23 | 0.77 | 0.54 | 42.2 | 0.63 | 0.28 |
| Hex | 76 | 5B | 1B | 0 | 17 | 4D | 36 | 2A | 3F | 1C |
| Octal | 166 | 133 | 33 | 0 | 27 | 115 | 66 | 52 | 77 | 34 |
| Binary | 1110110 | 1011011 | 11011 | 0 | 10111 | 1001101 | 110110 | 101010 | 111111 | 11100 |
Color Harmonies of #765B1B
Complementary color
Monochromatic Colors of #765B1B
Black with #765B1B
Text Example
Text Example
White with #765B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765B1B; }
p { color: rgb(118,91,27); }
H1.HeaderClassName
{
color: #765B1B;
}
.AnyTagClassName
{
color: #765B1B;
}
</style>
background-color css
<style>
a { background-color: #765B1B; }
a { background-color: rgb(118,91,27); }
div.DivClassName
{
background-color: #765B1B;
}
.BgClassName
{
background-color: #765B1B;
}
</style>
border-color css
<style>
span { border-color: #765B1B; }
span { border-color: rgb(118,91,27); }
td.TdClassName
{
border-color: #765B1B;
}
.TagClassName
{
border-color: #765B1B;
}
</style>