Shades of Cosmic #714E5F
Tints of Cosmic #714E5F
RGB
CMYK
RGB Variations
Color information
#714E5F (or 0x714E5F) is known color: Cosmic. HEX triplet: 71, 4E and 5F. RGB value is (113,78,95). Sum of RGB (Red+Green+Blue) = 113+78+95=286 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.51% from 286); Green value is 78 (30.86% from 255 or 27.27% from 286); Blue value is 95 (37.5% from 255 or 33.22% from 286); Max value from RGB is 113 - color contains mainly: red. Hex color #714E5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #714E5F is #8EB1A0. Grayscale: #5A5A5A. Windows color (decimal): -9351585 or 6246001. OLE color: 6246001.
HSL color Cylindrical-coordinate representation of color #714E5F: hue angle of 330.86º 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 #714E5F is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 78 | 95 | - |
| CMYK | 0 | 0.31 | 0.16 | 0.56 |
| HSL | 330.86º | 0.18% | 0.37% | - |
| HSV(B) | 330.86º | 0.31% | 0.44% | - |
| XYZ | 11.6 | 9.79 | 12.1 | - |
| YUV | 90.4 | 130.6 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 78 | 95 | 0 | 0.31 | 0.16 | 0.56 | 330.86 | 0.18 | 0.37 |
| Hex | 71 | 4E | 5F | 0 | 1F | 10 | 38 | 14B | 12 | 25 |
| Octal | 161 | 116 | 137 | 0 | 37 | 20 | 70 | 513 | 22 | 45 |
| Binary | 1110001 | 1001110 | 1011111 | 0 | 11111 | 10000 | 111000 | 101001011 | 10010 | 100101 |
Color Harmonies of #714E5F
Complementary color
Monochromatic Colors of #714E5F
Black with #714E5F
Text Example
Text Example
White with #714E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714E5F; }
p { color: rgb(113,78,95); }
H1.HeaderClassName
{
color: #714E5F;
}
.AnyTagClassName
{
color: #714E5F;
}
</style>
background-color css
<style>
a { background-color: #714E5F; }
a { background-color: rgb(113,78,95); }
div.DivClassName
{
background-color: #714E5F;
}
.BgClassName
{
background-color: #714E5F;
}
</style>
border-color css
<style>
span { border-color: #714E5F; }
span { border-color: rgb(113,78,95); }
td.TdClassName
{
border-color: #714E5F;
}
.TagClassName
{
border-color: #714E5F;
}
</style>