Shades of Cumin #77452F
Tints of Cumin #77452F
RGB
CMYK
RGB Variations
Color information
#77452F (or 0x77452F) is known color: Cumin. HEX triplet: 77, 45 and 2F. RGB value is (119,69,47). Sum of RGB (Red+Green+Blue) = 119+69+47=235 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.64% from 235); Green value is 69 (27.34% from 255 or 29.36% from 235); Blue value is 47 (18.75% from 255 or 20% from 235); Max value from RGB is 119 - color contains mainly: red. Hex color #77452F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77452F is #88BAD0. Grayscale: #515151. Windows color (decimal): -8960721 or 3097975. OLE color: 3097975.
HSL color Cylindrical-coordinate representation of color #77452F: hue angle of 18.33º 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 #77452F is Cyan = 0, Magento = 0.42, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 69 | 47 | - |
| CMYK | 0 | 0.42 | 0.61 | 0.53 |
| HSL | 18.33º | 0.43% | 0.33% | - |
| HSV(B) | 18.33º | 0.61% | 0.47% | - |
| XYZ | 10.25 | 8.38 | 3.77 | - |
| YUV | 81.44 | 108.57 | 154.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 69 | 47 | 0 | 0.42 | 0.61 | 0.53 | 18.33 | 0.43 | 0.33 |
| Hex | 77 | 45 | 2F | 0 | 2A | 3D | 35 | 12 | 2B | 21 |
| Octal | 167 | 105 | 57 | 0 | 52 | 75 | 65 | 22 | 53 | 41 |
| Binary | 1110111 | 1000101 | 101111 | 0 | 101010 | 111101 | 110101 | 10010 | 101011 | 100001 |
Color Harmonies of #77452F
Complementary color
Monochromatic Colors of #77452F
Black with #77452F
Text Example
Text Example
White with #77452F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77452F; }
p { color: rgb(119,69,47); }
H1.HeaderClassName
{
color: #77452F;
}
.AnyTagClassName
{
color: #77452F;
}
</style>
background-color css
<style>
a { background-color: #77452F; }
a { background-color: rgb(119,69,47); }
div.DivClassName
{
background-color: #77452F;
}
.BgClassName
{
background-color: #77452F;
}
</style>
border-color css
<style>
span { border-color: #77452F; }
span { border-color: rgb(119,69,47); }
td.TdClassName
{
border-color: #77452F;
}
.TagClassName
{
border-color: #77452F;
}
</style>