Shades of Cosmic #72545C
Tints of Cosmic #72545C
RGB
CMYK
RGB Variations
Color information
#72545C (or 0x72545C) is known color: Cosmic. HEX triplet: 72, 54 and 5C. RGB value is (114,84,92). Sum of RGB (Red+Green+Blue) = 114+84+92=290 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.31% from 290); Green value is 84 (33.20% from 255 or 28.97% from 290); Blue value is 92 (36.33% from 255 or 31.72% from 290); Max value from RGB is 114 - color contains mainly: red. Hex color #72545C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72545C is #8DABA3. Grayscale: #5D5D5D. Windows color (decimal): -9284516 or 6050930. OLE color: 6050930.
HSL color Cylindrical-coordinate representation of color #72545C: hue angle of 344º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #72545C is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 84 | 92 | - |
| CMYK | 0 | 0.26 | 0.19 | 0.55 |
| HSL | 344º | 0.15% | 0.39% | - |
| HSV(B) | 344º | 0.26% | 0.45% | - |
| XYZ | 12.04 | 10.69 | 11.55 | - |
| YUV | 93.88 | 126.94 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 84 | 92 | 0 | 0.26 | 0.19 | 0.55 | 344 | 0.15 | 0.39 |
| Hex | 72 | 54 | 5C | 0 | 1A | 13 | 37 | 158 | F | 27 |
| Octal | 162 | 124 | 134 | 0 | 32 | 23 | 67 | 530 | 17 | 47 |
| Binary | 1110010 | 1010100 | 1011100 | 0 | 11010 | 10011 | 110111 | 101011000 | 1111 | 100111 |
Color Harmonies of #72545C
Complementary color
Monochromatic Colors of #72545C
Black with #72545C
Text Example
Text Example
White with #72545C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72545C; }
p { color: rgb(114,84,92); }
H1.HeaderClassName
{
color: #72545C;
}
.AnyTagClassName
{
color: #72545C;
}
</style>
background-color css
<style>
a { background-color: #72545C; }
a { background-color: rgb(114,84,92); }
div.DivClassName
{
background-color: #72545C;
}
.BgClassName
{
background-color: #72545C;
}
</style>
border-color css
<style>
span { border-color: #72545C; }
span { border-color: rgb(114,84,92); }
td.TdClassName
{
border-color: #72545C;
}
.TagClassName
{
border-color: #72545C;
}
</style>