Shades of Cosmic #72565E
Tints of Cosmic #72565E
RGB
CMYK
RGB Variations
Color information
#72565E (or 0x72565E) is known color: Cosmic. HEX triplet: 72, 56 and 5E. RGB value is (114,86,94). Sum of RGB (Red+Green+Blue) = 114+86+94=294 (38% of max value = 765). Red value is 114 (44.92% from 255 or 38.78% from 294); Green value is 86 (33.98% from 255 or 29.25% from 294); Blue value is 94 (37.11% from 255 or 31.97% from 294); Max value from RGB is 114 - color contains mainly: red. Hex color #72565E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72565E is #8DA9A1. Grayscale: #5F5F5F. Windows color (decimal): -9284002 or 6182514. OLE color: 6182514.
HSL color Cylindrical-coordinate representation of color #72565E: hue angle of 342.86º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #72565E is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 86 | 94 | - |
| CMYK | 0 | 0.25 | 0.18 | 0.55 |
| HSL | 342.86º | 0.14% | 0.39% | - |
| HSV(B) | 342.86º | 0.25% | 0.45% | - |
| XYZ | 12.29 | 11.04 | 12.07 | - |
| YUV | 95.28 | 127.28 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 86 | 94 | 0 | 0.25 | 0.18 | 0.55 | 342.86 | 0.14 | 0.39 |
| Hex | 72 | 56 | 5E | 0 | 19 | 12 | 37 | 157 | E | 27 |
| Octal | 162 | 126 | 136 | 0 | 31 | 22 | 67 | 527 | 16 | 47 |
| Binary | 1110010 | 1010110 | 1011110 | 0 | 11001 | 10010 | 110111 | 101010111 | 1110 | 100111 |
Color Harmonies of #72565E
Complementary color
Monochromatic Colors of #72565E
Black with #72565E
Text Example
Text Example
White with #72565E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72565E; }
p { color: rgb(114,86,94); }
H1.HeaderClassName
{
color: #72565E;
}
.AnyTagClassName
{
color: #72565E;
}
</style>
background-color css
<style>
a { background-color: #72565E; }
a { background-color: rgb(114,86,94); }
div.DivClassName
{
background-color: #72565E;
}
.BgClassName
{
background-color: #72565E;
}
</style>
border-color css
<style>
span { border-color: #72565E; }
span { border-color: rgb(114,86,94); }
td.TdClassName
{
border-color: #72565E;
}
.TagClassName
{
border-color: #72565E;
}
</style>