Shades of Hot Curry #7B602B
Tints of Hot Curry #7B602B
RGB
CMYK
RGB Variations
Color information
#7B602B (or 0x7B602B) is known color: Hot Curry. HEX triplet: 7B, 60 and 2B. RGB value is (123,96,43). Sum of RGB (Red+Green+Blue) = 123+96+43=262 (34% of max value = 765). Red value is 123 (48.44% from 255 or 46.95% from 262); Green value is 96 (37.89% from 255 or 36.64% from 262); Blue value is 43 (17.19% from 255 or 16.41% from 262); Max value from RGB is 123 - color contains mainly: red. Hex color #7B602B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B602B is #849FD4. Grayscale: #626262. Windows color (decimal): -8691669 or 2842747. OLE color: 2842747.
HSL color Cylindrical-coordinate representation of color #7B602B: hue angle of 39.75º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7B602B is Cyan = 0, Magento = 0.22, Yellow = 0.65 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 96 | 43 | - |
| CMYK | 0 | 0.22 | 0.65 | 0.52 |
| HSL | 39.75º | 0.48% | 0.33% | - |
| HSV(B) | 39.75º | 0.65% | 0.48% | - |
| XYZ | 12.79 | 12.75 | 4.07 | - |
| YUV | 98.03 | 96.95 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 96 | 43 | 0 | 0.22 | 0.65 | 0.52 | 39.75 | 0.48 | 0.33 |
| Hex | 7B | 60 | 2B | 0 | 16 | 41 | 34 | 28 | 30 | 21 |
| Octal | 173 | 140 | 53 | 0 | 26 | 101 | 64 | 50 | 60 | 41 |
| Binary | 1111011 | 1100000 | 101011 | 0 | 10110 | 1000001 | 110100 | 101000 | 110000 | 100001 |
Color Harmonies of #7B602B
Complementary color
Monochromatic Colors of #7B602B
Black with #7B602B
Text Example
Text Example
White with #7B602B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B602B; }
p { color: rgb(123,96,43); }
H1.HeaderClassName
{
color: #7B602B;
}
.AnyTagClassName
{
color: #7B602B;
}
</style>
background-color css
<style>
a { background-color: #7B602B; }
a { background-color: rgb(123,96,43); }
div.DivClassName
{
background-color: #7B602B;
}
.BgClassName
{
background-color: #7B602B;
}
</style>
border-color css
<style>
span { border-color: #7B602B; }
span { border-color: rgb(123,96,43); }
td.TdClassName
{
border-color: #7B602B;
}
.TagClassName
{
border-color: #7B602B;
}
</style>