Shades of Cumin #7A402E
Tints of Cumin #7A402E
RGB
CMYK
RGB Variations
Color information
#7A402E (or 0x7A402E) is known color: Cumin. HEX triplet: 7A, 40 and 2E. RGB value is (122,64,46). Sum of RGB (Red+Green+Blue) = 122+64+46=232 (30% of max value = 765). Red value is 122 (48.05% from 255 or 52.59% from 232); Green value is 64 (25.39% from 255 or 27.59% from 232); Blue value is 46 (18.36% from 255 or 19.83% from 232); Max value from RGB is 122 - color contains mainly: red. Hex color #7A402E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A402E is #85BFD1. Grayscale: #4F4F4F. Windows color (decimal): -8765394 or 3031162. OLE color: 3031162.
HSL color Cylindrical-coordinate representation of color #7A402E: hue angle of 14.21º 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 #7A402E is Cyan = 0, Magento = 0.48, Yellow = 0.62 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 64 | 46 | - |
| CMYK | 0 | 0.48 | 0.62 | 0.52 |
| HSL | 14.21º | 0.45% | 0.33% | - |
| HSV(B) | 14.21º | 0.62% | 0.48% | - |
| XYZ | 10.35 | 8 | 3.58 | - |
| YUV | 79.29 | 109.22 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 64 | 46 | 0 | 0.48 | 0.62 | 0.52 | 14.21 | 0.45 | 0.33 |
| Hex | 7A | 40 | 2E | 0 | 30 | 3E | 34 | E | 2D | 21 |
| Octal | 172 | 100 | 56 | 0 | 60 | 76 | 64 | 16 | 55 | 41 |
| Binary | 1111010 | 1000000 | 101110 | 0 | 110000 | 111110 | 110100 | 1110 | 101101 | 100001 |
Color Harmonies of #7A402E
Complementary color
Monochromatic Colors of #7A402E
Black with #7A402E
Text Example
Text Example
White with #7A402E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A402E; }
p { color: rgb(122,64,46); }
H1.HeaderClassName
{
color: #7A402E;
}
.AnyTagClassName
{
color: #7A402E;
}
</style>
background-color css
<style>
a { background-color: #7A402E; }
a { background-color: rgb(122,64,46); }
div.DivClassName
{
background-color: #7A402E;
}
.BgClassName
{
background-color: #7A402E;
}
</style>
border-color css
<style>
span { border-color: #7A402E; }
span { border-color: rgb(122,64,46); }
td.TdClassName
{
border-color: #7A402E;
}
.TagClassName
{
border-color: #7A402E;
}
</style>