Shades of Cosmic #714E62
Tints of Cosmic #714E62
RGB
CMYK
RGB Variations
Color information
#714E62 (or 0x714E62) is known color: Cosmic. HEX triplet: 71, 4E and 62. RGB value is (113,78,98). Sum of RGB (Red+Green+Blue) = 113+78+98=289 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.10% from 289); Green value is 78 (30.86% from 255 or 26.99% from 289); Blue value is 98 (38.67% from 255 or 33.91% from 289); Max value from RGB is 113 - color contains mainly: red. Hex color #714E62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #714E62 is #8EB19D. Grayscale: #5A5A5A. Windows color (decimal): -9351582 or 6442609. OLE color: 6442609.
HSL color Cylindrical-coordinate representation of color #714E62: hue angle of 325.71º 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 #714E62 is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 78 | 98 | - |
| CMYK | 0 | 0.31 | 0.13 | 0.56 |
| HSL | 325.71º | 0.18% | 0.37% | - |
| HSV(B) | 325.71º | 0.31% | 0.44% | - |
| XYZ | 11.74 | 9.84 | 12.84 | - |
| YUV | 90.75 | 132.1 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 78 | 98 | 0 | 0.31 | 0.13 | 0.56 | 325.71 | 0.18 | 0.37 |
| Hex | 71 | 4E | 62 | 0 | 1F | D | 38 | 146 | 12 | 25 |
| Octal | 161 | 116 | 142 | 0 | 37 | 15 | 70 | 506 | 22 | 45 |
| Binary | 1110001 | 1001110 | 1100010 | 0 | 11111 | 1101 | 111000 | 101000110 | 10010 | 100101 |
Color Harmonies of #714E62
Complementary color
Monochromatic Colors of #714E62
Black with #714E62
Text Example
Text Example
White with #714E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714E62; }
p { color: rgb(113,78,98); }
H1.HeaderClassName
{
color: #714E62;
}
.AnyTagClassName
{
color: #714E62;
}
</style>
background-color css
<style>
a { background-color: #714E62; }
a { background-color: rgb(113,78,98); }
div.DivClassName
{
background-color: #714E62;
}
.BgClassName
{
background-color: #714E62;
}
</style>
border-color css
<style>
span { border-color: #714E62; }
span { border-color: rgb(113,78,98); }
td.TdClassName
{
border-color: #714E62;
}
.TagClassName
{
border-color: #714E62;
}
</style>