Shades of Cosmic #714E60
Tints of Cosmic #714E60
RGB
CMYK
RGB Variations
Color information
#714E60 (or 0x714E60) is known color: Cosmic. HEX triplet: 71, 4E and 60. RGB value is (113,78,96). Sum of RGB (Red+Green+Blue) = 113+78+96=287 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.37% from 287); Green value is 78 (30.86% from 255 or 27.18% from 287); Blue value is 96 (37.89% from 255 or 33.45% from 287); Max value from RGB is 113 - color contains mainly: red. Hex color #714E60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #714E60 is #8EB19F. Grayscale: #5A5A5A. Windows color (decimal): -9351584 or 6311537. OLE color: 6311537.
HSL color Cylindrical-coordinate representation of color #714E60: hue angle of 329.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 #714E60 is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 78 | 96 | - |
| CMYK | 0 | 0.31 | 0.15 | 0.56 |
| HSL | 329.14º | 0.18% | 0.37% | - |
| HSV(B) | 329.14º | 0.31% | 0.44% | - |
| XYZ | 11.65 | 9.8 | 12.34 | - |
| YUV | 90.52 | 131.1 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 78 | 96 | 0 | 0.31 | 0.15 | 0.56 | 329.14 | 0.18 | 0.37 |
| Hex | 71 | 4E | 60 | 0 | 1F | F | 38 | 149 | 12 | 25 |
| Octal | 161 | 116 | 140 | 0 | 37 | 17 | 70 | 511 | 22 | 45 |
| Binary | 1110001 | 1001110 | 1100000 | 0 | 11111 | 1111 | 111000 | 101001001 | 10010 | 100101 |
Color Harmonies of #714E60
Complementary color
Monochromatic Colors of #714E60
Black with #714E60
Text Example
Text Example
White with #714E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714E60; }
p { color: rgb(113,78,96); }
H1.HeaderClassName
{
color: #714E60;
}
.AnyTagClassName
{
color: #714E60;
}
</style>
background-color css
<style>
a { background-color: #714E60; }
a { background-color: rgb(113,78,96); }
div.DivClassName
{
background-color: #714E60;
}
.BgClassName
{
background-color: #714E60;
}
</style>
border-color css
<style>
span { border-color: #714E60; }
span { border-color: rgb(113,78,96); }
td.TdClassName
{
border-color: #714E60;
}
.TagClassName
{
border-color: #714E60;
}
</style>