Shades of Cosmic #725263
Tints of Cosmic #725263
RGB
CMYK
RGB Variations
Color information
#725263 (or 0x725263) is known color: Cosmic. HEX triplet: 72, 52 and 63. RGB value is (114,82,99). Sum of RGB (Red+Green+Blue) = 114+82+99=295 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.64% from 295); Green value is 82 (32.42% from 255 or 27.80% from 295); Blue value is 99 (39.06% from 255 or 33.56% from 295); Max value from RGB is 114 - color contains mainly: red. Hex color #725263 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725263 is #8DAD9C. Grayscale: #5D5D5D. Windows color (decimal): -9285021 or 6509170. OLE color: 6509170.
HSL color Cylindrical-coordinate representation of color #725263: hue angle of 328.12º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #725263 is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 82 | 99 | - |
| CMYK | 0 | 0.28 | 0.13 | 0.55 |
| HSL | 328.13º | 0.16% | 0.38% | - |
| HSV(B) | 328.13º | 0.28% | 0.45% | - |
| XYZ | 12.21 | 10.51 | 13.19 | - |
| YUV | 93.51 | 131.1 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 82 | 99 | 0 | 0.28 | 0.13 | 0.55 | 328.13 | 0.16 | 0.38 |
| Hex | 72 | 52 | 63 | 0 | 1C | D | 37 | 148 | 10 | 26 |
| Octal | 162 | 122 | 143 | 0 | 34 | 15 | 67 | 510 | 20 | 46 |
| Binary | 1110010 | 1010010 | 1100011 | 0 | 11100 | 1101 | 110111 | 101001000 | 10000 | 100110 |
Color Harmonies of #725263
Complementary color
Monochromatic Colors of #725263
Black with #725263
Text Example
Text Example
White with #725263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725263; }
p { color: rgb(114,82,99); }
H1.HeaderClassName
{
color: #725263;
}
.AnyTagClassName
{
color: #725263;
}
</style>
background-color css
<style>
a { background-color: #725263; }
a { background-color: rgb(114,82,99); }
div.DivClassName
{
background-color: #725263;
}
.BgClassName
{
background-color: #725263;
}
</style>
border-color css
<style>
span { border-color: #725263; }
span { border-color: rgb(114,82,99); }
td.TdClassName
{
border-color: #725263;
}
.TagClassName
{
border-color: #725263;
}
</style>