Shades of Cosmic #714E59
Tints of Cosmic #714E59
RGB
CMYK
RGB Variations
Color information
#714E59 (or 0x714E59) is known color: Cosmic. HEX triplet: 71, 4E and 59. RGB value is (113,78,89). Sum of RGB (Red+Green+Blue) = 113+78+89=280 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.36% from 280); Green value is 78 (30.86% from 255 or 27.86% from 280); Blue value is 89 (35.16% from 255 or 31.79% from 280); Max value from RGB is 113 - color contains mainly: red. Hex color #714E59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #714E59 is #8EB1A6. Grayscale: #595959. Windows color (decimal): -9351591 or 5852785. OLE color: 5852785.
HSL color Cylindrical-coordinate representation of color #714E59: hue angle of 341.14º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #714E59 is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 78 | 89 | - |
| CMYK | 0 | 0.31 | 0.21 | 0.56 |
| HSL | 341.14º | 0.18% | 0.37% | - |
| HSV(B) | 341.14º | 0.31% | 0.44% | - |
| XYZ | 11.34 | 9.68 | 10.72 | - |
| YUV | 89.72 | 127.6 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 78 | 89 | 0 | 0.31 | 0.21 | 0.56 | 341.14 | 0.18 | 0.37 |
| Hex | 71 | 4E | 59 | 0 | 1F | 15 | 38 | 155 | 12 | 25 |
| Octal | 161 | 116 | 131 | 0 | 37 | 25 | 70 | 525 | 22 | 45 |
| Binary | 1110001 | 1001110 | 1011001 | 0 | 11111 | 10101 | 111000 | 101010101 | 10010 | 100101 |
Color Harmonies of #714E59
Complementary color
Monochromatic Colors of #714E59
Black with #714E59
Text Example
Text Example
White with #714E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714E59; }
p { color: rgb(113,78,89); }
H1.HeaderClassName
{
color: #714E59;
}
.AnyTagClassName
{
color: #714E59;
}
</style>
background-color css
<style>
a { background-color: #714E59; }
a { background-color: rgb(113,78,89); }
div.DivClassName
{
background-color: #714E59;
}
.BgClassName
{
background-color: #714E59;
}
</style>
border-color css
<style>
span { border-color: #714E59; }
span { border-color: rgb(113,78,89); }
td.TdClassName
{
border-color: #714E59;
}
.TagClassName
{
border-color: #714E59;
}
</style>