Shades of Cosmic #724E5C
Tints of Cosmic #724E5C
RGB
CMYK
RGB Variations
Color information
#724E5C (or 0x724E5C) is known color: Cosmic. HEX triplet: 72, 4E and 5C. RGB value is (114,78,92). Sum of RGB (Red+Green+Blue) = 114+78+92=284 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.14% from 284); Green value is 78 (30.86% from 255 or 27.46% from 284); Blue value is 92 (36.33% from 255 or 32.39% from 284); Max value from RGB is 114 - color contains mainly: red. Hex color #724E5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #724E5C is #8DB1A3. Grayscale: #5A5A5A. Windows color (decimal): -9286052 or 6049394. OLE color: 6049394.
HSL color Cylindrical-coordinate representation of color #724E5C: hue angle of 336.67º 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 #724E5C is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 78 | 92 | - |
| CMYK | 0 | 0.32 | 0.19 | 0.55 |
| HSL | 336.67º | 0.19% | 0.38% | - |
| HSV(B) | 336.67º | 0.32% | 0.45% | - |
| XYZ | 11.6 | 9.8 | 11.41 | - |
| YUV | 90.36 | 128.93 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 78 | 92 | 0 | 0.32 | 0.19 | 0.55 | 336.67 | 0.19 | 0.38 |
| Hex | 72 | 4E | 5C | 0 | 20 | 13 | 37 | 151 | 13 | 26 |
| Octal | 162 | 116 | 134 | 0 | 40 | 23 | 67 | 521 | 23 | 46 |
| Binary | 1110010 | 1001110 | 1011100 | 0 | 100000 | 10011 | 110111 | 101010001 | 10011 | 100110 |
Color Harmonies of #724E5C
Complementary color
Monochromatic Colors of #724E5C
Black with #724E5C
Text Example
Text Example
White with #724E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724E5C; }
p { color: rgb(114,78,92); }
H1.HeaderClassName
{
color: #724E5C;
}
.AnyTagClassName
{
color: #724E5C;
}
</style>
background-color css
<style>
a { background-color: #724E5C; }
a { background-color: rgb(114,78,92); }
div.DivClassName
{
background-color: #724E5C;
}
.BgClassName
{
background-color: #724E5C;
}
</style>
border-color css
<style>
span { border-color: #724E5C; }
span { border-color: rgb(114,78,92); }
td.TdClassName
{
border-color: #724E5C;
}
.TagClassName
{
border-color: #724E5C;
}
</style>