Shades of Cosmic #72475C
Tints of Cosmic #72475C
RGB
CMYK
RGB Variations
Color information
#72475C (or 0x72475C) is known color: Cosmic. HEX triplet: 72, 47 and 5C. RGB value is (114,71,92). Sum of RGB (Red+Green+Blue) = 114+71+92=277 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.16% from 277); Green value is 71 (28.12% from 255 or 25.63% from 277); Blue value is 92 (36.33% from 255 or 33.21% from 277); Max value from RGB is 114 - color contains mainly: red. Hex color #72475C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72475C is #8DB8A3. Grayscale: #565656. Windows color (decimal): -9287844 or 6047602. OLE color: 6047602.
HSL color Cylindrical-coordinate representation of color #72475C: hue angle of 330.7º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #72475C is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 71 | 92 | - |
| CMYK | 0 | 0.38 | 0.19 | 0.55 |
| HSL | 330.7º | 0.23% | 0.36% | - |
| HSV(B) | 330.7º | 0.38% | 0.45% | - |
| XYZ | 11.12 | 8.86 | 11.25 | - |
| YUV | 86.25 | 131.25 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 71 | 92 | 0 | 0.38 | 0.19 | 0.55 | 330.7 | 0.23 | 0.36 |
| Hex | 72 | 47 | 5C | 0 | 26 | 13 | 37 | 14B | 17 | 24 |
| Octal | 162 | 107 | 134 | 0 | 46 | 23 | 67 | 513 | 27 | 44 |
| Binary | 1110010 | 1000111 | 1011100 | 0 | 100110 | 10011 | 110111 | 101001011 | 10111 | 100100 |
Color Harmonies of #72475C
Complementary color
Monochromatic Colors of #72475C
Black with #72475C
Text Example
Text Example
White with #72475C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72475C; }
p { color: rgb(114,71,92); }
H1.HeaderClassName
{
color: #72475C;
}
.AnyTagClassName
{
color: #72475C;
}
</style>
background-color css
<style>
a { background-color: #72475C; }
a { background-color: rgb(114,71,92); }
div.DivClassName
{
background-color: #72475C;
}
.BgClassName
{
background-color: #72475C;
}
</style>
border-color css
<style>
span { border-color: #72475C; }
span { border-color: rgb(114,71,92); }
td.TdClassName
{
border-color: #72475C;
}
.TagClassName
{
border-color: #72475C;
}
</style>