Shades of Cosmic #72465C
Tints of Cosmic #72465C
RGB
CMYK
RGB Variations
Color information
#72465C (or 0x72465C) is known color: Cosmic. HEX triplet: 72, 46 and 5C. RGB value is (114,70,92). Sum of RGB (Red+Green+Blue) = 114+70+92=276 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.30% from 276); Green value is 70 (27.73% from 255 or 25.36% from 276); Blue value is 92 (36.33% from 255 or 33.33% from 276); Max value from RGB is 114 - color contains mainly: red. Hex color #72465C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72465C is #8DB9A3. Grayscale: #555555. Windows color (decimal): -9288100 or 6047346. OLE color: 6047346.
HSL color Cylindrical-coordinate representation of color #72465C: hue angle of 330º degrees, saturation: 0.24, 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 #72465C is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 70 | 92 | - |
| CMYK | 0 | 0.39 | 0.19 | 0.55 |
| HSL | 330º | 0.24% | 0.36% | - |
| HSV(B) | 330º | 0.39% | 0.45% | - |
| XYZ | 11.06 | 8.73 | 11.23 | - |
| YUV | 85.66 | 131.58 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 70 | 92 | 0 | 0.39 | 0.19 | 0.55 | 330 | 0.24 | 0.36 |
| Hex | 72 | 46 | 5C | 0 | 27 | 13 | 37 | 14A | 18 | 24 |
| Octal | 162 | 106 | 134 | 0 | 47 | 23 | 67 | 512 | 30 | 44 |
| Binary | 1110010 | 1000110 | 1011100 | 0 | 100111 | 10011 | 110111 | 101001010 | 11000 | 100100 |
Color Harmonies of #72465C
Complementary color
Monochromatic Colors of #72465C
Black with #72465C
Text Example
Text Example
White with #72465C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72465C; }
p { color: rgb(114,70,92); }
H1.HeaderClassName
{
color: #72465C;
}
.AnyTagClassName
{
color: #72465C;
}
</style>
background-color css
<style>
a { background-color: #72465C; }
a { background-color: rgb(114,70,92); }
div.DivClassName
{
background-color: #72465C;
}
.BgClassName
{
background-color: #72465C;
}
</style>
border-color css
<style>
span { border-color: #72465C; }
span { border-color: rgb(114,70,92); }
td.TdClassName
{
border-color: #72465C;
}
.TagClassName
{
border-color: #72465C;
}
</style>