Shades of Cosmic #714D59
Tints of Cosmic #714D59
RGB
CMYK
RGB Variations
Color information
#714D59 (or 0x714D59) is known color: Cosmic. HEX triplet: 71, 4D and 59. RGB value is (113,77,89). Sum of RGB (Red+Green+Blue) = 113+77+89=279 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.50% from 279); Green value is 77 (30.47% from 255 or 27.60% from 279); Blue value is 89 (35.16% from 255 or 31.90% from 279); Max value from RGB is 113 - color contains mainly: red. Hex color #714D59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #714D59 is #8EB2A6. Grayscale: #595959. Windows color (decimal): -9351847 or 5852529. OLE color: 5852529.
HSL color Cylindrical-coordinate representation of color #714D59: hue angle of 340º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #714D59 is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 77 | 89 | - |
| CMYK | 0 | 0.32 | 0.21 | 0.56 |
| HSL | 340º | 0.19% | 0.37% | - |
| HSV(B) | 340º | 0.32% | 0.44% | - |
| XYZ | 11.27 | 9.54 | 10.7 | - |
| YUV | 89.13 | 127.93 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 77 | 89 | 0 | 0.32 | 0.21 | 0.56 | 340 | 0.19 | 0.37 |
| Hex | 71 | 4D | 59 | 0 | 20 | 15 | 38 | 154 | 13 | 25 |
| Octal | 161 | 115 | 131 | 0 | 40 | 25 | 70 | 524 | 23 | 45 |
| Binary | 1110001 | 1001101 | 1011001 | 0 | 100000 | 10101 | 111000 | 101010100 | 10011 | 100101 |
Color Harmonies of #714D59
Complementary color
Monochromatic Colors of #714D59
Black with #714D59
Text Example
Text Example
White with #714D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714D59; }
p { color: rgb(113,77,89); }
H1.HeaderClassName
{
color: #714D59;
}
.AnyTagClassName
{
color: #714D59;
}
</style>
background-color css
<style>
a { background-color: #714D59; }
a { background-color: rgb(113,77,89); }
div.DivClassName
{
background-color: #714D59;
}
.BgClassName
{
background-color: #714D59;
}
</style>
border-color css
<style>
span { border-color: #714D59; }
span { border-color: rgb(113,77,89); }
td.TdClassName
{
border-color: #714D59;
}
.TagClassName
{
border-color: #714D59;
}
</style>