Shades of Cosmic #72505D
Tints of Cosmic #72505D
RGB
CMYK
RGB Variations
Color information
#72505D (or 0x72505D) is known color: Cosmic. HEX triplet: 72, 50 and 5D. RGB value is (114,80,93). Sum of RGB (Red+Green+Blue) = 114+80+93=287 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.72% from 287); Green value is 80 (31.64% from 255 or 27.87% from 287); Blue value is 93 (36.72% from 255 or 32.40% from 287); Max value from RGB is 114 - color contains mainly: red. Hex color #72505D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72505D is #8DAFA2. Grayscale: #5B5B5B. Windows color (decimal): -9285539 or 6115442. OLE color: 6115442.
HSL color Cylindrical-coordinate representation of color #72505D: hue angle of 337.06º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #72505D is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 80 | 93 | - |
| CMYK | 0 | 0.30 | 0.18 | 0.55 |
| HSL | 337.06º | 0.18% | 0.38% | - |
| HSV(B) | 337.06º | 0.3% | 0.45% | - |
| XYZ | 11.78 | 10.11 | 11.69 | - |
| YUV | 91.65 | 128.76 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 80 | 93 | 0 | 0.30 | 0.18 | 0.55 | 337.06 | 0.18 | 0.38 |
| Hex | 72 | 50 | 5D | 0 | 1E | 12 | 37 | 151 | 12 | 26 |
| Octal | 162 | 120 | 135 | 0 | 36 | 22 | 67 | 521 | 22 | 46 |
| Binary | 1110010 | 1010000 | 1011101 | 0 | 11110 | 10010 | 110111 | 101010001 | 10010 | 100110 |
Color Harmonies of #72505D
Complementary color
Monochromatic Colors of #72505D
Black with #72505D
Text Example
Text Example
White with #72505D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72505D; }
p { color: rgb(114,80,93); }
H1.HeaderClassName
{
color: #72505D;
}
.AnyTagClassName
{
color: #72505D;
}
</style>
background-color css
<style>
a { background-color: #72505D; }
a { background-color: rgb(114,80,93); }
div.DivClassName
{
background-color: #72505D;
}
.BgClassName
{
background-color: #72505D;
}
</style>
border-color css
<style>
span { border-color: #72505D; }
span { border-color: rgb(114,80,93); }
td.TdClassName
{
border-color: #72505D;
}
.TagClassName
{
border-color: #72505D;
}
</style>