Shades of Cosmic #714A66
Tints of Cosmic #714A66
RGB
CMYK
RGB Variations
Color information
#714A66 (or 0x714A66) is known color: Cosmic. HEX triplet: 71, 4A and 66. RGB value is (113,74,102). Sum of RGB (Red+Green+Blue) = 113+74+102=289 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.10% from 289); Green value is 74 (29.30% from 255 or 25.61% from 289); Blue value is 102 (40.23% from 255 or 35.29% from 289); Max value from RGB is 113 - color contains mainly: red. Hex color #714A66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714A66 is #8EB599. Grayscale: #585858. Windows color (decimal): -9352602 or 6703729. OLE color: 6703729.
HSL color Cylindrical-coordinate representation of color #714A66: hue angle of 316.92º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #714A66 is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 74 | 102 | - |
| CMYK | 0 | 0.35 | 0.10 | 0.56 |
| HSL | 316.92º | 0.21% | 0.37% | - |
| HSV(B) | 316.92º | 0.35% | 0.44% | - |
| XYZ | 11.66 | 9.37 | 13.76 | - |
| YUV | 88.85 | 135.42 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 74 | 102 | 0 | 0.35 | 0.10 | 0.56 | 316.92 | 0.21 | 0.37 |
| Hex | 71 | 4A | 66 | 0 | 23 | A | 38 | 13D | 15 | 25 |
| Octal | 161 | 112 | 146 | 0 | 43 | 12 | 70 | 475 | 25 | 45 |
| Binary | 1110001 | 1001010 | 1100110 | 0 | 100011 | 1010 | 111000 | 100111101 | 10101 | 100101 |
Color Harmonies of #714A66
Complementary color
Monochromatic Colors of #714A66
Black with #714A66
Text Example
Text Example
White with #714A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714A66; }
p { color: rgb(113,74,102); }
H1.HeaderClassName
{
color: #714A66;
}
.AnyTagClassName
{
color: #714A66;
}
</style>
background-color css
<style>
a { background-color: #714A66; }
a { background-color: rgb(113,74,102); }
div.DivClassName
{
background-color: #714A66;
}
.BgClassName
{
background-color: #714A66;
}
</style>
border-color css
<style>
span { border-color: #714A66; }
span { border-color: rgb(113,74,102); }
td.TdClassName
{
border-color: #714A66;
}
.TagClassName
{
border-color: #714A66;
}
</style>