Shades of Cosmic #70545D
Tints of Cosmic #70545D
RGB
CMYK
RGB Variations
Color information
#70545D (or 0x70545D) is known color: Cosmic. HEX triplet: 70, 54 and 5D. RGB value is (112,84,93). Sum of RGB (Red+Green+Blue) = 112+84+93=289 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.75% from 289); Green value is 84 (33.20% from 255 or 29.07% from 289); Blue value is 93 (36.72% from 255 or 32.18% from 289); Max value from RGB is 112 - color contains mainly: red. Hex color #70545D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70545D is #8FABA2. Grayscale: #5D5D5D. Windows color (decimal): -9415587 or 6116464. OLE color: 6116464.
HSL color Cylindrical-coordinate representation of color #70545D: hue angle of 340.71º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #70545D is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 84 | 93 | - |
| CMYK | 0 | 0.25 | 0.17 | 0.56 |
| HSL | 340.71º | 0.14% | 0.38% | - |
| HSV(B) | 340.71º | 0.25% | 0.44% | - |
| XYZ | 11.83 | 10.58 | 11.77 | - |
| YUV | 93.4 | 127.78 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 84 | 93 | 0 | 0.25 | 0.17 | 0.56 | 340.71 | 0.14 | 0.38 |
| Hex | 70 | 54 | 5D | 0 | 19 | 11 | 38 | 155 | E | 26 |
| Octal | 160 | 124 | 135 | 0 | 31 | 21 | 70 | 525 | 16 | 46 |
| Binary | 1110000 | 1010100 | 1011101 | 0 | 11001 | 10001 | 111000 | 101010101 | 1110 | 100110 |
Color Harmonies of #70545D
Complementary color
Monochromatic Colors of #70545D
Black with #70545D
Text Example
Text Example
White with #70545D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70545D; }
p { color: rgb(112,84,93); }
H1.HeaderClassName
{
color: #70545D;
}
.AnyTagClassName
{
color: #70545D;
}
</style>
background-color css
<style>
a { background-color: #70545D; }
a { background-color: rgb(112,84,93); }
div.DivClassName
{
background-color: #70545D;
}
.BgClassName
{
background-color: #70545D;
}
</style>
border-color css
<style>
span { border-color: #70545D; }
span { border-color: rgb(112,84,93); }
td.TdClassName
{
border-color: #70545D;
}
.TagClassName
{
border-color: #70545D;
}
</style>