Shades of Hot Curry #7B572F
Tints of Hot Curry #7B572F
RGB
CMYK
RGB Variations
Color information
#7B572F (or 0x7B572F) is known color: Hot Curry. HEX triplet: 7B, 57 and 2F. RGB value is (123,87,47). Sum of RGB (Red+Green+Blue) = 123+87+47=257 (34% of max value = 765). Red value is 123 (48.44% from 255 or 47.86% from 257); Green value is 87 (34.38% from 255 or 33.85% from 257); Blue value is 47 (18.75% from 255 or 18.29% from 257); Max value from RGB is 123 - color contains mainly: red. Hex color #7B572F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B572F is #84A8D0. Grayscale: #5D5D5D. Windows color (decimal): -8693969 or 3102587. OLE color: 3102587.
HSL color Cylindrical-coordinate representation of color #7B572F: hue angle of 31.58º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7B572F is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 87 | 47 | - |
| CMYK | 0 | 0.29 | 0.62 | 0.52 |
| HSL | 31.58º | 0.45% | 0.33% | - |
| HSV(B) | 31.58º | 0.62% | 0.48% | - |
| XYZ | 12.09 | 11.23 | 4.22 | - |
| YUV | 93.2 | 101.93 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 87 | 47 | 0 | 0.29 | 0.62 | 0.52 | 31.58 | 0.45 | 0.33 |
| Hex | 7B | 57 | 2F | 0 | 1D | 3E | 34 | 20 | 2D | 21 |
| Octal | 173 | 127 | 57 | 0 | 35 | 76 | 64 | 40 | 55 | 41 |
| Binary | 1111011 | 1010111 | 101111 | 0 | 11101 | 111110 | 110100 | 100000 | 101101 | 100001 |
Color Harmonies of #7B572F
Complementary color
Monochromatic Colors of #7B572F
Black with #7B572F
Text Example
Text Example
White with #7B572F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B572F; }
p { color: rgb(123,87,47); }
H1.HeaderClassName
{
color: #7B572F;
}
.AnyTagClassName
{
color: #7B572F;
}
</style>
background-color css
<style>
a { background-color: #7B572F; }
a { background-color: rgb(123,87,47); }
div.DivClassName
{
background-color: #7B572F;
}
.BgClassName
{
background-color: #7B572F;
}
</style>
border-color css
<style>
span { border-color: #7B572F; }
span { border-color: rgb(123,87,47); }
td.TdClassName
{
border-color: #7B572F;
}
.TagClassName
{
border-color: #7B572F;
}
</style>