Shades of Cosmic #725B68
Tints of Cosmic #725B68
RGB
CMYK
RGB Variations
Color information
#725B68 (or 0x725B68) is known color: Cosmic. HEX triplet: 72, 5B and 68. RGB value is (114,91,104). Sum of RGB (Red+Green+Blue) = 114+91+104=309 (40% of max value = 765). Red value is 114 (44.92% from 255 or 36.89% from 309); Green value is 91 (35.94% from 255 or 29.45% from 309); Blue value is 104 (41.02% from 255 or 33.66% from 309); Max value from RGB is 114 - color contains mainly: red. Hex color #725B68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725B68 is #8DA497. Grayscale: #636363. Windows color (decimal): -9282712 or 6839154. OLE color: 6839154.
HSL color Cylindrical-coordinate representation of color #725B68: hue angle of 326.09º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #725B68 is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 91 | 104 | - |
| CMYK | 0 | 0.20 | 0.09 | 0.55 |
| HSL | 326.09º | 0.11% | 0.4% | - |
| HSV(B) | 326.09º | 0.2% | 0.45% | - |
| XYZ | 13.18 | 12.06 | 14.73 | - |
| YUV | 99.36 | 130.62 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 91 | 104 | 0 | 0.20 | 0.09 | 0.55 | 326.09 | 0.11 | 0.4 |
| Hex | 72 | 5B | 68 | 0 | 14 | 9 | 37 | 146 | B | 28 |
| Octal | 162 | 133 | 150 | 0 | 24 | 11 | 67 | 506 | 13 | 50 |
| Binary | 1110010 | 1011011 | 1101000 | 0 | 10100 | 1001 | 110111 | 101000110 | 1011 | 101000 |
Color Harmonies of #725B68
Complementary color
Monochromatic Colors of #725B68
Black with #725B68
Text Example
Text Example
White with #725B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725B68; }
p { color: rgb(114,91,104); }
H1.HeaderClassName
{
color: #725B68;
}
.AnyTagClassName
{
color: #725B68;
}
</style>
background-color css
<style>
a { background-color: #725B68; }
a { background-color: rgb(114,91,104); }
div.DivClassName
{
background-color: #725B68;
}
.BgClassName
{
background-color: #725B68;
}
</style>
border-color css
<style>
span { border-color: #725B68; }
span { border-color: rgb(114,91,104); }
td.TdClassName
{
border-color: #725B68;
}
.TagClassName
{
border-color: #725B68;
}
</style>