Shades of Cosmic #725064
Tints of Cosmic #725064
RGB
CMYK
RGB Variations
Color information
#725064 (or 0x725064) is known color: Cosmic. HEX triplet: 72, 50 and 64. RGB value is (114,80,100). Sum of RGB (Red+Green+Blue) = 114+80+100=294 (38% of max value = 765). Red value is 114 (44.92% from 255 or 38.78% from 294); Green value is 80 (31.64% from 255 or 27.21% from 294); Blue value is 100 (39.45% from 255 or 34.01% from 294); Max value from RGB is 114 - color contains mainly: red. Hex color #725064 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725064 is #8DAF9B. Grayscale: #5C5C5C. Windows color (decimal): -9285532 or 6574194. OLE color: 6574194.
HSL color Cylindrical-coordinate representation of color #725064: hue angle of 324.71º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #725064 is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 80 | 100 | - |
| CMYK | 0 | 0.30 | 0.12 | 0.55 |
| HSL | 324.71º | 0.18% | 0.38% | - |
| HSV(B) | 324.71º | 0.3% | 0.45% | - |
| XYZ | 12.11 | 10.23 | 13.39 | - |
| YUV | 92.45 | 132.26 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 80 | 100 | 0 | 0.30 | 0.12 | 0.55 | 324.71 | 0.18 | 0.38 |
| Hex | 72 | 50 | 64 | 0 | 1E | C | 37 | 145 | 12 | 26 |
| Octal | 162 | 120 | 144 | 0 | 36 | 14 | 67 | 505 | 22 | 46 |
| Binary | 1110010 | 1010000 | 1100100 | 0 | 11110 | 1100 | 110111 | 101000101 | 10010 | 100110 |
Color Harmonies of #725064
Complementary color
Monochromatic Colors of #725064
Black with #725064
Text Example
Text Example
White with #725064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725064; }
p { color: rgb(114,80,100); }
H1.HeaderClassName
{
color: #725064;
}
.AnyTagClassName
{
color: #725064;
}
</style>
background-color css
<style>
a { background-color: #725064; }
a { background-color: rgb(114,80,100); }
div.DivClassName
{
background-color: #725064;
}
.BgClassName
{
background-color: #725064;
}
</style>
border-color css
<style>
span { border-color: #725064; }
span { border-color: rgb(114,80,100); }
td.TdClassName
{
border-color: #725064;
}
.TagClassName
{
border-color: #725064;
}
</style>