Shades of Cosmic #714F5E
Tints of Cosmic #714F5E
RGB
CMYK
RGB Variations
Color information
#714F5E (or 0x714F5E) is known color: Cosmic. HEX triplet: 71, 4F and 5E. RGB value is (113,79,94). Sum of RGB (Red+Green+Blue) = 113+79+94=286 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.51% from 286); Green value is 79 (31.25% from 255 or 27.62% from 286); Blue value is 94 (37.11% from 255 or 32.87% from 286); Max value from RGB is 113 - color contains mainly: red. Hex color #714F5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #714F5E is #8EB0A1. Grayscale: #5A5A5A. Windows color (decimal): -9351330 or 6180721. OLE color: 6180721.
HSL color Cylindrical-coordinate representation of color #714F5E: hue angle of 333.53º 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 #714F5E is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 79 | 94 | - |
| CMYK | 0 | 0.30 | 0.17 | 0.56 |
| HSL | 333.53º | 0.18% | 0.38% | - |
| HSV(B) | 333.53º | 0.3% | 0.44% | - |
| XYZ | 11.63 | 9.91 | 11.89 | - |
| YUV | 90.88 | 129.76 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 79 | 94 | 0 | 0.30 | 0.17 | 0.56 | 333.53 | 0.18 | 0.38 |
| Hex | 71 | 4F | 5E | 0 | 1E | 11 | 38 | 14E | 12 | 26 |
| Octal | 161 | 117 | 136 | 0 | 36 | 21 | 70 | 516 | 22 | 46 |
| Binary | 1110001 | 1001111 | 1011110 | 0 | 11110 | 10001 | 111000 | 101001110 | 10010 | 100110 |
Color Harmonies of #714F5E
Complementary color
Monochromatic Colors of #714F5E
Black with #714F5E
Text Example
Text Example
White with #714F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714F5E; }
p { color: rgb(113,79,94); }
H1.HeaderClassName
{
color: #714F5E;
}
.AnyTagClassName
{
color: #714F5E;
}
</style>
background-color css
<style>
a { background-color: #714F5E; }
a { background-color: rgb(113,79,94); }
div.DivClassName
{
background-color: #714F5E;
}
.BgClassName
{
background-color: #714F5E;
}
</style>
border-color css
<style>
span { border-color: #714F5E; }
span { border-color: rgb(113,79,94); }
td.TdClassName
{
border-color: #714F5E;
}
.TagClassName
{
border-color: #714F5E;
}
</style>