Shades of Cosmic #72505E
Tints of Cosmic #72505E
RGB
CMYK
RGB Variations
Color information
#72505E (or 0x72505E) is known color: Cosmic. HEX triplet: 72, 50 and 5E. RGB value is (114,80,94). Sum of RGB (Red+Green+Blue) = 114+80+94=288 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.58% from 288); Green value is 80 (31.64% from 255 or 27.78% from 288); Blue value is 94 (37.11% from 255 or 32.64% from 288); Max value from RGB is 114 - color contains mainly: red. Hex color #72505E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72505E is #8DAFA1. Grayscale: #5B5B5B. Windows color (decimal): -9285538 or 6180978. OLE color: 6180978.
HSL color Cylindrical-coordinate representation of color #72505E: hue angle of 335.29º 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 #72505E is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 80 | 94 | - |
| CMYK | 0 | 0.30 | 0.18 | 0.55 |
| HSL | 335.29º | 0.18% | 0.38% | - |
| HSV(B) | 335.29º | 0.3% | 0.45% | - |
| XYZ | 11.83 | 10.12 | 11.92 | - |
| YUV | 91.76 | 129.26 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 80 | 94 | 0 | 0.30 | 0.18 | 0.55 | 335.29 | 0.18 | 0.38 |
| Hex | 72 | 50 | 5E | 0 | 1E | 12 | 37 | 14F | 12 | 26 |
| Octal | 162 | 120 | 136 | 0 | 36 | 22 | 67 | 517 | 22 | 46 |
| Binary | 1110010 | 1010000 | 1011110 | 0 | 11110 | 10010 | 110111 | 101001111 | 10010 | 100110 |
Color Harmonies of #72505E
Complementary color
Monochromatic Colors of #72505E
Black with #72505E
Text Example
Text Example
White with #72505E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72505E; }
p { color: rgb(114,80,94); }
H1.HeaderClassName
{
color: #72505E;
}
.AnyTagClassName
{
color: #72505E;
}
</style>
background-color css
<style>
a { background-color: #72505E; }
a { background-color: rgb(114,80,94); }
div.DivClassName
{
background-color: #72505E;
}
.BgClassName
{
background-color: #72505E;
}
</style>
border-color css
<style>
span { border-color: #72505E; }
span { border-color: rgb(114,80,94); }
td.TdClassName
{
border-color: #72505E;
}
.TagClassName
{
border-color: #72505E;
}
</style>