Shades of Cumin #7B472E
Tints of Cumin #7B472E
RGB
CMYK
RGB Variations
Color information
#7B472E (or 0x7B472E) is known color: Cumin. HEX triplet: 7B, 47 and 2E. RGB value is (123,71,46). Sum of RGB (Red+Green+Blue) = 123+71+46=240 (31% of max value = 765). Red value is 123 (48.44% from 255 or 51.25% from 240); Green value is 71 (28.12% from 255 or 29.58% from 240); Blue value is 46 (18.36% from 255 or 19.17% from 240); Max value from RGB is 123 - color contains mainly: red. Hex color #7B472E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B472E is #84B8D1. Grayscale: #535353. Windows color (decimal): -8698066 or 3032955. OLE color: 3032955.
HSL color Cylindrical-coordinate representation of color #7B472E: hue angle of 19.48º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7B472E is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 71 | 46 | - |
| CMYK | 0 | 0.42 | 0.63 | 0.52 |
| HSL | 19.48º | 0.46% | 0.33% | - |
| HSV(B) | 19.48º | 0.63% | 0.48% | - |
| XYZ | 10.91 | 8.91 | 3.73 | - |
| YUV | 83.7 | 106.73 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 71 | 46 | 0 | 0.42 | 0.63 | 0.52 | 19.48 | 0.46 | 0.33 |
| Hex | 7B | 47 | 2E | 0 | 2A | 3F | 34 | 13 | 2E | 21 |
| Octal | 173 | 107 | 56 | 0 | 52 | 77 | 64 | 23 | 56 | 41 |
| Binary | 1111011 | 1000111 | 101110 | 0 | 101010 | 111111 | 110100 | 10011 | 101110 | 100001 |
Color Harmonies of #7B472E
Complementary color
Monochromatic Colors of #7B472E
Black with #7B472E
Text Example
Text Example
White with #7B472E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B472E; }
p { color: rgb(123,71,46); }
H1.HeaderClassName
{
color: #7B472E;
}
.AnyTagClassName
{
color: #7B472E;
}
</style>
background-color css
<style>
a { background-color: #7B472E; }
a { background-color: rgb(123,71,46); }
div.DivClassName
{
background-color: #7B472E;
}
.BgClassName
{
background-color: #7B472E;
}
</style>
border-color css
<style>
span { border-color: #7B472E; }
span { border-color: rgb(123,71,46); }
td.TdClassName
{
border-color: #7B472E;
}
.TagClassName
{
border-color: #7B472E;
}
</style>