Shades of Cosmic #724E66
Tints of Cosmic #724E66
RGB
CMYK
RGB Variations
Color information
#724E66 (or 0x724E66) is known color: Cosmic. HEX triplet: 72, 4E and 66. RGB value is (114,78,102). Sum of RGB (Red+Green+Blue) = 114+78+102=294 (38% of max value = 765). Red value is 114 (44.92% from 255 or 38.78% from 294); Green value is 78 (30.86% from 255 or 26.53% from 294); Blue value is 102 (40.23% from 255 or 34.69% from 294); Max value from RGB is 114 - color contains mainly: red. Hex color #724E66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #724E66 is #8DB199. Grayscale: #5B5B5B. Windows color (decimal): -9286042 or 6704754. OLE color: 6704754.
HSL color Cylindrical-coordinate representation of color #724E66: hue angle of 320º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #724E66 is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 78 | 102 | - |
| CMYK | 0 | 0.32 | 0.11 | 0.55 |
| HSL | 320º | 0.19% | 0.38% | - |
| HSV(B) | 320º | 0.32% | 0.45% | - |
| XYZ | 12.06 | 9.99 | 13.86 | - |
| YUV | 91.5 | 133.93 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 78 | 102 | 0 | 0.32 | 0.11 | 0.55 | 320 | 0.19 | 0.38 |
| Hex | 72 | 4E | 66 | 0 | 20 | B | 37 | 140 | 13 | 26 |
| Octal | 162 | 116 | 146 | 0 | 40 | 13 | 67 | 500 | 23 | 46 |
| Binary | 1110010 | 1001110 | 1100110 | 0 | 100000 | 1011 | 110111 | 101000000 | 10011 | 100110 |
Color Harmonies of #724E66
Complementary color
Monochromatic Colors of #724E66
Black with #724E66
Text Example
Text Example
White with #724E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724E66; }
p { color: rgb(114,78,102); }
H1.HeaderClassName
{
color: #724E66;
}
.AnyTagClassName
{
color: #724E66;
}
</style>
background-color css
<style>
a { background-color: #724E66; }
a { background-color: rgb(114,78,102); }
div.DivClassName
{
background-color: #724E66;
}
.BgClassName
{
background-color: #724E66;
}
</style>
border-color css
<style>
span { border-color: #724E66; }
span { border-color: rgb(114,78,102); }
td.TdClassName
{
border-color: #724E66;
}
.TagClassName
{
border-color: #724E66;
}
</style>