Shades of Cosmic #725963
Tints of Cosmic #725963
RGB
CMYK
RGB Variations
Color information
#725963 (or 0x725963) is known color: Cosmic. HEX triplet: 72, 59 and 63. RGB value is (114,89,99). Sum of RGB (Red+Green+Blue) = 114+89+99=302 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.75% from 302); Green value is 89 (35.16% from 255 or 29.47% from 302); Blue value is 99 (39.06% from 255 or 32.78% from 302); Max value from RGB is 114 - color contains mainly: red. Hex color #725963 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725963 is #8DA69C. Grayscale: #616161. Windows color (decimal): -9283229 or 6510962. OLE color: 6510962.
HSL color Cylindrical-coordinate representation of color #725963: hue angle of 336º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #725963 is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 89 | 99 | - |
| CMYK | 0 | 0.22 | 0.13 | 0.55 |
| HSL | 336º | 0.12% | 0.4% | - |
| HSV(B) | 336º | 0.22% | 0.45% | - |
| XYZ | 12.76 | 11.62 | 13.38 | - |
| YUV | 97.62 | 128.78 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 89 | 99 | 0 | 0.22 | 0.13 | 0.55 | 336 | 0.12 | 0.4 |
| Hex | 72 | 59 | 63 | 0 | 16 | D | 37 | 150 | C | 28 |
| Octal | 162 | 131 | 143 | 0 | 26 | 15 | 67 | 520 | 14 | 50 |
| Binary | 1110010 | 1011001 | 1100011 | 0 | 10110 | 1101 | 110111 | 101010000 | 1100 | 101000 |
Color Harmonies of #725963
Complementary color
Monochromatic Colors of #725963
Black with #725963
Text Example
Text Example
White with #725963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725963; }
p { color: rgb(114,89,99); }
H1.HeaderClassName
{
color: #725963;
}
.AnyTagClassName
{
color: #725963;
}
</style>
background-color css
<style>
a { background-color: #725963; }
a { background-color: rgb(114,89,99); }
div.DivClassName
{
background-color: #725963;
}
.BgClassName
{
background-color: #725963;
}
</style>
border-color css
<style>
span { border-color: #725963; }
span { border-color: rgb(114,89,99); }
td.TdClassName
{
border-color: #725963;
}
.TagClassName
{
border-color: #725963;
}
</style>