Shades of Cumin #7B422F
Tints of Cumin #7B422F
RGB
CMYK
RGB Variations
Color information
#7B422F (or 0x7B422F) is known color: Cumin. HEX triplet: 7B, 42 and 2F. RGB value is (123,66,47). Sum of RGB (Red+Green+Blue) = 123+66+47=236 (31% of max value = 765). Red value is 123 (48.44% from 255 or 52.12% from 236); Green value is 66 (26.17% from 255 or 27.97% from 236); Blue value is 47 (18.75% from 255 or 19.92% from 236); Max value from RGB is 123 - color contains mainly: red. Hex color #7B422F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B422F is #84BDD0. Grayscale: #515151. Windows color (decimal): -8699345 or 3097211. OLE color: 3097211.
HSL color Cylindrical-coordinate representation of color #7B422F: hue angle of 15º 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 #7B422F is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 66 | 47 | - |
| CMYK | 0 | 0.46 | 0.62 | 0.52 |
| HSL | 15º | 0.45% | 0.33% | - |
| HSV(B) | 15º | 0.62% | 0.48% | - |
| XYZ | 10.63 | 8.31 | 3.73 | - |
| YUV | 80.88 | 108.88 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 66 | 47 | 0 | 0.46 | 0.62 | 0.52 | 15 | 0.45 | 0.33 |
| Hex | 7B | 42 | 2F | 0 | 2E | 3E | 34 | F | 2D | 21 |
| Octal | 173 | 102 | 57 | 0 | 56 | 76 | 64 | 17 | 55 | 41 |
| Binary | 1111011 | 1000010 | 101111 | 0 | 101110 | 111110 | 110100 | 1111 | 101101 | 100001 |
Color Harmonies of #7B422F
Complementary color
Monochromatic Colors of #7B422F
Black with #7B422F
Text Example
Text Example
White with #7B422F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B422F; }
p { color: rgb(123,66,47); }
H1.HeaderClassName
{
color: #7B422F;
}
.AnyTagClassName
{
color: #7B422F;
}
</style>
background-color css
<style>
a { background-color: #7B422F; }
a { background-color: rgb(123,66,47); }
div.DivClassName
{
background-color: #7B422F;
}
.BgClassName
{
background-color: #7B422F;
}
</style>
border-color css
<style>
span { border-color: #7B422F; }
span { border-color: rgb(123,66,47); }
td.TdClassName
{
border-color: #7B422F;
}
.TagClassName
{
border-color: #7B422F;
}
</style>