Shades of Cosmic #72515C
Tints of Cosmic #72515C
RGB
CMYK
RGB Variations
Color information
#72515C (or 0x72515C) is known color: Cosmic. HEX triplet: 72, 51 and 5C. RGB value is (114,81,92). Sum of RGB (Red+Green+Blue) = 114+81+92=287 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.72% from 287); Green value is 81 (32.03% from 255 or 28.22% from 287); Blue value is 92 (36.33% from 255 or 32.06% from 287); Max value from RGB is 114 - color contains mainly: red. Hex color #72515C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72515C is #8DAEA3. Grayscale: #5C5C5C. Windows color (decimal): -9285284 or 6050162. OLE color: 6050162.
HSL color Cylindrical-coordinate representation of color #72515C: hue angle of 340º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #72515C is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 81 | 92 | - |
| CMYK | 0 | 0.29 | 0.19 | 0.55 |
| HSL | 340º | 0.17% | 0.38% | - |
| HSV(B) | 340º | 0.29% | 0.45% | - |
| XYZ | 11.81 | 10.23 | 11.48 | - |
| YUV | 92.12 | 127.93 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 81 | 92 | 0 | 0.29 | 0.19 | 0.55 | 340 | 0.17 | 0.38 |
| Hex | 72 | 51 | 5C | 0 | 1D | 13 | 37 | 154 | 11 | 26 |
| Octal | 162 | 121 | 134 | 0 | 35 | 23 | 67 | 524 | 21 | 46 |
| Binary | 1110010 | 1010001 | 1011100 | 0 | 11101 | 10011 | 110111 | 101010100 | 10001 | 100110 |
Color Harmonies of #72515C
Complementary color
Monochromatic Colors of #72515C
Black with #72515C
Text Example
Text Example
White with #72515C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72515C; }
p { color: rgb(114,81,92); }
H1.HeaderClassName
{
color: #72515C;
}
.AnyTagClassName
{
color: #72515C;
}
</style>
background-color css
<style>
a { background-color: #72515C; }
a { background-color: rgb(114,81,92); }
div.DivClassName
{
background-color: #72515C;
}
.BgClassName
{
background-color: #72515C;
}
</style>
border-color css
<style>
span { border-color: #72515C; }
span { border-color: rgb(114,81,92); }
td.TdClassName
{
border-color: #72515C;
}
.TagClassName
{
border-color: #72515C;
}
</style>