Shades of Cosmic #714E5D
Tints of Cosmic #714E5D
RGB
CMYK
RGB Variations
Color information
#714E5D (or 0x714E5D) is known color: Cosmic. HEX triplet: 71, 4E and 5D. RGB value is (113,78,93). Sum of RGB (Red+Green+Blue) = 113+78+93=284 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.79% from 284); Green value is 78 (30.86% from 255 or 27.46% from 284); Blue value is 93 (36.72% from 255 or 32.75% from 284); Max value from RGB is 113 - color contains mainly: red. Hex color #714E5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #714E5D is #8EB1A2. Grayscale: #5A5A5A. Windows color (decimal): -9351587 or 6114929. OLE color: 6114929.
HSL color Cylindrical-coordinate representation of color #714E5D: hue angle of 334.29º 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 #714E5D is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 78 | 93 | - |
| CMYK | 0 | 0.31 | 0.18 | 0.56 |
| HSL | 334.29º | 0.18% | 0.37% | - |
| HSV(B) | 334.29º | 0.31% | 0.44% | - |
| XYZ | 11.51 | 9.75 | 11.63 | - |
| YUV | 90.18 | 129.6 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 78 | 93 | 0 | 0.31 | 0.18 | 0.56 | 334.29 | 0.18 | 0.37 |
| Hex | 71 | 4E | 5D | 0 | 1F | 12 | 38 | 14E | 12 | 25 |
| Octal | 161 | 116 | 135 | 0 | 37 | 22 | 70 | 516 | 22 | 45 |
| Binary | 1110001 | 1001110 | 1011101 | 0 | 11111 | 10010 | 111000 | 101001110 | 10010 | 100101 |
Color Harmonies of #714E5D
Complementary color
Monochromatic Colors of #714E5D
Black with #714E5D
Text Example
Text Example
White with #714E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714E5D; }
p { color: rgb(113,78,93); }
H1.HeaderClassName
{
color: #714E5D;
}
.AnyTagClassName
{
color: #714E5D;
}
</style>
background-color css
<style>
a { background-color: #714E5D; }
a { background-color: rgb(113,78,93); }
div.DivClassName
{
background-color: #714E5D;
}
.BgClassName
{
background-color: #714E5D;
}
</style>
border-color css
<style>
span { border-color: #714E5D; }
span { border-color: rgb(113,78,93); }
td.TdClassName
{
border-color: #714E5D;
}
.TagClassName
{
border-color: #714E5D;
}
</style>