Shades of Cosmic #714D63
Tints of Cosmic #714D63
RGB
CMYK
RGB Variations
Color information
#714D63 (or 0x714D63) is known color: Cosmic. HEX triplet: 71, 4D and 63. RGB value is (113,77,99). Sum of RGB (Red+Green+Blue) = 113+77+99=289 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.10% from 289); Green value is 77 (30.47% from 255 or 26.64% from 289); Blue value is 99 (39.06% from 255 or 34.26% from 289); Max value from RGB is 113 - color contains mainly: red. Hex color #714D63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #714D63 is #8EB29C. Grayscale: #5A5A5A. Windows color (decimal): -9351837 or 6507889. OLE color: 6507889.
HSL color Cylindrical-coordinate representation of color #714D63: hue angle of 323.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 #714D63 is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 77 | 99 | - |
| CMYK | 0 | 0.32 | 0.12 | 0.56 |
| HSL | 323.33º | 0.19% | 0.37% | - |
| HSV(B) | 323.33º | 0.32% | 0.44% | - |
| XYZ | 11.72 | 9.72 | 13.06 | - |
| YUV | 90.27 | 132.93 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 77 | 99 | 0 | 0.32 | 0.12 | 0.56 | 323.33 | 0.19 | 0.37 |
| Hex | 71 | 4D | 63 | 0 | 20 | C | 38 | 143 | 13 | 25 |
| Octal | 161 | 115 | 143 | 0 | 40 | 14 | 70 | 503 | 23 | 45 |
| Binary | 1110001 | 1001101 | 1100011 | 0 | 100000 | 1100 | 111000 | 101000011 | 10011 | 100101 |
Color Harmonies of #714D63
Complementary color
Monochromatic Colors of #714D63
Black with #714D63
Text Example
Text Example
White with #714D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714D63; }
p { color: rgb(113,77,99); }
H1.HeaderClassName
{
color: #714D63;
}
.AnyTagClassName
{
color: #714D63;
}
</style>
background-color css
<style>
a { background-color: #714D63; }
a { background-color: rgb(113,77,99); }
div.DivClassName
{
background-color: #714D63;
}
.BgClassName
{
background-color: #714D63;
}
</style>
border-color css
<style>
span { border-color: #714D63; }
span { border-color: rgb(113,77,99); }
td.TdClassName
{
border-color: #714D63;
}
.TagClassName
{
border-color: #714D63;
}
</style>