Shades of Cosmic #725D69
Tints of Cosmic #725D69
RGB
CMYK
RGB Variations
Color information
#725D69 (or 0x725D69) is known color: Cosmic. HEX triplet: 72, 5D and 69. RGB value is (114,93,105). Sum of RGB (Red+Green+Blue) = 114+93+105=312 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.54% from 312); Green value is 93 (36.72% from 255 or 29.81% from 312); Blue value is 105 (41.41% from 255 or 33.65% from 312); Max value from RGB is 114 - color contains mainly: red. Hex color #725D69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725D69 is #8DA296. Grayscale: #646464. Windows color (decimal): -9282199 or 6905202. OLE color: 6905202.
HSL color Cylindrical-coordinate representation of color #725D69: hue angle of 325.71º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #725D69 is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 93 | 105 | - |
| CMYK | 0 | 0.18 | 0.08 | 0.55 |
| HSL | 325.71º | 0.1% | 0.41% | - |
| HSV(B) | 325.71º | 0.18% | 0.45% | - |
| XYZ | 13.4 | 12.43 | 15.06 | - |
| YUV | 100.65 | 130.46 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 93 | 105 | 0 | 0.18 | 0.08 | 0.55 | 325.71 | 0.1 | 0.41 |
| Hex | 72 | 5D | 69 | 0 | 12 | 8 | 37 | 146 | A | 29 |
| Octal | 162 | 135 | 151 | 0 | 22 | 10 | 67 | 506 | 12 | 51 |
| Binary | 1110010 | 1011101 | 1101001 | 0 | 10010 | 1000 | 110111 | 101000110 | 1010 | 101001 |
Color Harmonies of #725D69
Complementary color
Monochromatic Colors of #725D69
Black with #725D69
Text Example
Text Example
White with #725D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725D69; }
p { color: rgb(114,93,105); }
H1.HeaderClassName
{
color: #725D69;
}
.AnyTagClassName
{
color: #725D69;
}
</style>
background-color css
<style>
a { background-color: #725D69; }
a { background-color: rgb(114,93,105); }
div.DivClassName
{
background-color: #725D69;
}
.BgClassName
{
background-color: #725D69;
}
</style>
border-color css
<style>
span { border-color: #725D69; }
span { border-color: rgb(114,93,105); }
td.TdClassName
{
border-color: #725D69;
}
.TagClassName
{
border-color: #725D69;
}
</style>