Shades of Cosmic #714F5D
Tints of Cosmic #714F5D
RGB
CMYK
RGB Variations
Color information
#714F5D (or 0x714F5D) is known color: Cosmic. HEX triplet: 71, 4F and 5D. RGB value is (113,79,93). Sum of RGB (Red+Green+Blue) = 113+79+93=285 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.65% from 285); Green value is 79 (31.25% from 255 or 27.72% from 285); Blue value is 93 (36.72% from 255 or 32.63% from 285); Max value from RGB is 113 - color contains mainly: red. Hex color #714F5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #714F5D is #8EB0A2. Grayscale: #5A5A5A. Windows color (decimal): -9351331 or 6115185. OLE color: 6115185.
HSL color Cylindrical-coordinate representation of color #714F5D: hue angle of 335.29º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #714F5D is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 79 | 93 | - |
| CMYK | 0 | 0.30 | 0.18 | 0.56 |
| HSL | 335.29º | 0.18% | 0.38% | - |
| HSV(B) | 335.29º | 0.3% | 0.44% | - |
| XYZ | 11.58 | 9.89 | 11.66 | - |
| YUV | 90.76 | 129.26 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 79 | 93 | 0 | 0.30 | 0.18 | 0.56 | 335.29 | 0.18 | 0.38 |
| Hex | 71 | 4F | 5D | 0 | 1E | 12 | 38 | 14F | 12 | 26 |
| Octal | 161 | 117 | 135 | 0 | 36 | 22 | 70 | 517 | 22 | 46 |
| Binary | 1110001 | 1001111 | 1011101 | 0 | 11110 | 10010 | 111000 | 101001111 | 10010 | 100110 |
Color Harmonies of #714F5D
Complementary color
Monochromatic Colors of #714F5D
Black with #714F5D
Text Example
Text Example
White with #714F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714F5D; }
p { color: rgb(113,79,93); }
H1.HeaderClassName
{
color: #714F5D;
}
.AnyTagClassName
{
color: #714F5D;
}
</style>
background-color css
<style>
a { background-color: #714F5D; }
a { background-color: rgb(113,79,93); }
div.DivClassName
{
background-color: #714F5D;
}
.BgClassName
{
background-color: #714F5D;
}
</style>
border-color css
<style>
span { border-color: #714F5D; }
span { border-color: rgb(113,79,93); }
td.TdClassName
{
border-color: #714F5D;
}
.TagClassName
{
border-color: #714F5D;
}
</style>