Shades of Cumin #77402F
Tints of Cumin #77402F
RGB
CMYK
RGB Variations
Color information
#77402F (or 0x77402F) is known color: Cumin. HEX triplet: 77, 40 and 2F. RGB value is (119,64,47). Sum of RGB (Red+Green+Blue) = 119+64+47=230 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.74% from 230); Green value is 64 (25.39% from 255 or 27.83% from 230); Blue value is 47 (18.75% from 255 or 20.43% from 230); Max value from RGB is 119 - color contains mainly: red. Hex color #77402F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77402F is #88BFD0. Grayscale: #4E4E4E. Windows color (decimal): -8962001 or 3096695. OLE color: 3096695.
HSL color Cylindrical-coordinate representation of color #77402F: hue angle of 14.17º degrees, saturation: 0.43, 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 #77402F is Cyan = 0, Magento = 0.46, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 64 | 47 | - |
| CMYK | 0 | 0.46 | 0.61 | 0.53 |
| HSL | 14.17º | 0.43% | 0.33% | - |
| HSV(B) | 14.17º | 0.61% | 0.47% | - |
| XYZ | 9.95 | 7.79 | 3.67 | - |
| YUV | 78.51 | 110.22 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 64 | 47 | 0 | 0.46 | 0.61 | 0.53 | 14.17 | 0.43 | 0.33 |
| Hex | 77 | 40 | 2F | 0 | 2E | 3D | 35 | E | 2B | 21 |
| Octal | 167 | 100 | 57 | 0 | 56 | 75 | 65 | 16 | 53 | 41 |
| Binary | 1110111 | 1000000 | 101111 | 0 | 101110 | 111101 | 110101 | 1110 | 101011 | 100001 |
Color Harmonies of #77402F
Complementary color
Monochromatic Colors of #77402F
Black with #77402F
Text Example
Text Example
White with #77402F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77402F; }
p { color: rgb(119,64,47); }
H1.HeaderClassName
{
color: #77402F;
}
.AnyTagClassName
{
color: #77402F;
}
</style>
background-color css
<style>
a { background-color: #77402F; }
a { background-color: rgb(119,64,47); }
div.DivClassName
{
background-color: #77402F;
}
.BgClassName
{
background-color: #77402F;
}
</style>
border-color css
<style>
span { border-color: #77402F; }
span { border-color: rgb(119,64,47); }
td.TdClassName
{
border-color: #77402F;
}
.TagClassName
{
border-color: #77402F;
}
</style>