Shades of Cumin #78422F
Tints of Cumin #78422F
RGB
CMYK
RGB Variations
Color information
#78422F (or 0x78422F) is known color: Cumin. HEX triplet: 78, 42 and 2F. RGB value is (120,66,47). Sum of RGB (Red+Green+Blue) = 120+66+47=233 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.50% from 233); Green value is 66 (26.17% from 255 or 28.33% from 233); Blue value is 47 (18.75% from 255 or 20.17% from 233); Max value from RGB is 120 - color contains mainly: red. Hex color #78422F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78422F is #87BDD0. Grayscale: #505050. Windows color (decimal): -8895953 or 3097208. OLE color: 3097208.
HSL color Cylindrical-coordinate representation of color #78422F: hue angle of 15.62º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #78422F is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 66 | 47 | - |
| CMYK | 0 | 0.45 | 0.61 | 0.53 |
| HSL | 15.62º | 0.44% | 0.33% | - |
| HSV(B) | 15.62º | 0.61% | 0.47% | - |
| XYZ | 10.21 | 8.09 | 3.71 | - |
| YUV | 79.98 | 109.39 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 66 | 47 | 0 | 0.45 | 0.61 | 0.53 | 15.62 | 0.44 | 0.33 |
| Hex | 78 | 42 | 2F | 0 | 2D | 3D | 35 | 10 | 2C | 21 |
| Octal | 170 | 102 | 57 | 0 | 55 | 75 | 65 | 20 | 54 | 41 |
| Binary | 1111000 | 1000010 | 101111 | 0 | 101101 | 111101 | 110101 | 10000 | 101100 | 100001 |
Color Harmonies of #78422F
Complementary color
Monochromatic Colors of #78422F
Black with #78422F
Text Example
Text Example
White with #78422F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78422F; }
p { color: rgb(120,66,47); }
H1.HeaderClassName
{
color: #78422F;
}
.AnyTagClassName
{
color: #78422F;
}
</style>
background-color css
<style>
a { background-color: #78422F; }
a { background-color: rgb(120,66,47); }
div.DivClassName
{
background-color: #78422F;
}
.BgClassName
{
background-color: #78422F;
}
</style>
border-color css
<style>
span { border-color: #78422F; }
span { border-color: rgb(120,66,47); }
td.TdClassName
{
border-color: #78422F;
}
.TagClassName
{
border-color: #78422F;
}
</style>