Shades of Cosmic #72455C
Tints of Cosmic #72455C
RGB
CMYK
RGB Variations
Color information
#72455C (or 0x72455C) is known color: Cosmic. HEX triplet: 72, 45 and 5C. RGB value is (114,69,92). Sum of RGB (Red+Green+Blue) = 114+69+92=275 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.45% from 275); Green value is 69 (27.34% from 255 or 25.09% from 275); Blue value is 92 (36.33% from 255 or 33.45% from 275); Max value from RGB is 114 - color contains mainly: red. Hex color #72455C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72455C is #8DBAA3. Grayscale: #555555. Windows color (decimal): -9288356 or 6047090. OLE color: 6047090.
HSL color Cylindrical-coordinate representation of color #72455C: hue angle of 329.33º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #72455C is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 69 | 92 | - |
| CMYK | 0 | 0.39 | 0.19 | 0.55 |
| HSL | 329.33º | 0.25% | 0.36% | - |
| HSV(B) | 329.33º | 0.39% | 0.45% | - |
| XYZ | 11 | 8.61 | 11.21 | - |
| YUV | 85.08 | 131.91 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 69 | 92 | 0 | 0.39 | 0.19 | 0.55 | 329.33 | 0.25 | 0.36 |
| Hex | 72 | 45 | 5C | 0 | 27 | 13 | 37 | 149 | 19 | 24 |
| Octal | 162 | 105 | 134 | 0 | 47 | 23 | 67 | 511 | 31 | 44 |
| Binary | 1110010 | 1000101 | 1011100 | 0 | 100111 | 10011 | 110111 | 101001001 | 11001 | 100100 |
Color Harmonies of #72455C
Complementary color
Monochromatic Colors of #72455C
Black with #72455C
Text Example
Text Example
White with #72455C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72455C; }
p { color: rgb(114,69,92); }
H1.HeaderClassName
{
color: #72455C;
}
.AnyTagClassName
{
color: #72455C;
}
</style>
background-color css
<style>
a { background-color: #72455C; }
a { background-color: rgb(114,69,92); }
div.DivClassName
{
background-color: #72455C;
}
.BgClassName
{
background-color: #72455C;
}
</style>
border-color css
<style>
span { border-color: #72455C; }
span { border-color: rgb(114,69,92); }
td.TdClassName
{
border-color: #72455C;
}
.TagClassName
{
border-color: #72455C;
}
</style>