Shades of Cosmic #714D60
Tints of Cosmic #714D60
RGB
CMYK
RGB Variations
Color information
#714D60 (or 0x714D60) is known color: Cosmic. HEX triplet: 71, 4D and 60. RGB value is (113,77,96). Sum of RGB (Red+Green+Blue) = 113+77+96=286 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.51% from 286); Green value is 77 (30.47% from 255 or 26.92% from 286); Blue value is 96 (37.89% from 255 or 33.57% from 286); Max value from RGB is 113 - color contains mainly: red. Hex color #714D60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #714D60 is #8EB29F. Grayscale: #595959. Windows color (decimal): -9351840 or 6311281. OLE color: 6311281.
HSL color Cylindrical-coordinate representation of color #714D60: hue angle of 328.33º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #714D60 is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 77 | 96 | - |
| CMYK | 0 | 0.32 | 0.15 | 0.56 |
| HSL | 328.33º | 0.19% | 0.37% | - |
| HSV(B) | 328.33º | 0.32% | 0.44% | - |
| XYZ | 11.58 | 9.66 | 12.32 | - |
| YUV | 89.93 | 131.43 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 77 | 96 | 0 | 0.32 | 0.15 | 0.56 | 328.33 | 0.19 | 0.37 |
| Hex | 71 | 4D | 60 | 0 | 20 | F | 38 | 148 | 13 | 25 |
| Octal | 161 | 115 | 140 | 0 | 40 | 17 | 70 | 510 | 23 | 45 |
| Binary | 1110001 | 1001101 | 1100000 | 0 | 100000 | 1111 | 111000 | 101001000 | 10011 | 100101 |
Color Harmonies of #714D60
Complementary color
Monochromatic Colors of #714D60
Black with #714D60
Text Example
Text Example
White with #714D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714D60; }
p { color: rgb(113,77,96); }
H1.HeaderClassName
{
color: #714D60;
}
.AnyTagClassName
{
color: #714D60;
}
</style>
background-color css
<style>
a { background-color: #714D60; }
a { background-color: rgb(113,77,96); }
div.DivClassName
{
background-color: #714D60;
}
.BgClassName
{
background-color: #714D60;
}
</style>
border-color css
<style>
span { border-color: #714D60; }
span { border-color: rgb(113,77,96); }
td.TdClassName
{
border-color: #714D60;
}
.TagClassName
{
border-color: #714D60;
}
</style>