Shades of Cosmic #72525D
Tints of Cosmic #72525D
RGB
CMYK
RGB Variations
Color information
#72525D (or 0x72525D) is known color: Cosmic. HEX triplet: 72, 52 and 5D. RGB value is (114,82,93). Sum of RGB (Red+Green+Blue) = 114+82+93=289 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.45% from 289); Green value is 82 (32.42% from 255 or 28.37% from 289); Blue value is 93 (36.72% from 255 or 32.18% from 289); Max value from RGB is 114 - color contains mainly: red. Hex color #72525D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72525D is #8DADA2. Grayscale: #5C5C5C. Windows color (decimal): -9285027 or 6115954. OLE color: 6115954.
HSL color Cylindrical-coordinate representation of color #72525D: hue angle of 339.38º 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 #72525D is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 82 | 93 | - |
| CMYK | 0 | 0.28 | 0.18 | 0.55 |
| HSL | 339.38º | 0.16% | 0.38% | - |
| HSV(B) | 339.38º | 0.28% | 0.45% | - |
| XYZ | 11.93 | 10.4 | 11.73 | - |
| YUV | 92.82 | 128.1 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 82 | 93 | 0 | 0.28 | 0.18 | 0.55 | 339.38 | 0.16 | 0.38 |
| Hex | 72 | 52 | 5D | 0 | 1C | 12 | 37 | 153 | 10 | 26 |
| Octal | 162 | 122 | 135 | 0 | 34 | 22 | 67 | 523 | 20 | 46 |
| Binary | 1110010 | 1010010 | 1011101 | 0 | 11100 | 10010 | 110111 | 101010011 | 10000 | 100110 |
Color Harmonies of #72525D
Complementary color
Monochromatic Colors of #72525D
Black with #72525D
Text Example
Text Example
White with #72525D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72525D; }
p { color: rgb(114,82,93); }
H1.HeaderClassName
{
color: #72525D;
}
.AnyTagClassName
{
color: #72525D;
}
</style>
background-color css
<style>
a { background-color: #72525D; }
a { background-color: rgb(114,82,93); }
div.DivClassName
{
background-color: #72525D;
}
.BgClassName
{
background-color: #72525D;
}
</style>
border-color css
<style>
span { border-color: #72525D; }
span { border-color: rgb(114,82,93); }
td.TdClassName
{
border-color: #72525D;
}
.TagClassName
{
border-color: #72525D;
}
</style>