Shades of Cosmic #70555D
Tints of Cosmic #70555D
RGB
CMYK
RGB Variations
Color information
#70555D (or 0x70555D) is known color: Cosmic. HEX triplet: 70, 55 and 5D. RGB value is (112,85,93). Sum of RGB (Red+Green+Blue) = 112+85+93=290 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.62% from 290); Green value is 85 (33.59% from 255 or 29.31% from 290); Blue value is 93 (36.72% from 255 or 32.07% from 290); Max value from RGB is 112 - color contains mainly: red. Hex color #70555D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70555D is #8FAAA2. Grayscale: #5D5D5D. Windows color (decimal): -9415331 or 6116720. OLE color: 6116720.
HSL color Cylindrical-coordinate representation of color #70555D: hue angle of 342.22º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #70555D is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 85 | 93 | - |
| CMYK | 0 | 0.24 | 0.17 | 0.56 |
| HSL | 342.22º | 0.14% | 0.39% | - |
| HSV(B) | 342.22º | 0.24% | 0.44% | - |
| XYZ | 11.91 | 10.73 | 11.8 | - |
| YUV | 93.99 | 127.45 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 85 | 93 | 0 | 0.24 | 0.17 | 0.56 | 342.22 | 0.14 | 0.39 |
| Hex | 70 | 55 | 5D | 0 | 18 | 11 | 38 | 156 | E | 27 |
| Octal | 160 | 125 | 135 | 0 | 30 | 21 | 70 | 526 | 16 | 47 |
| Binary | 1110000 | 1010101 | 1011101 | 0 | 11000 | 10001 | 111000 | 101010110 | 1110 | 100111 |
Color Harmonies of #70555D
Complementary color
Monochromatic Colors of #70555D
Black with #70555D
Text Example
Text Example
White with #70555D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70555D; }
p { color: rgb(112,85,93); }
H1.HeaderClassName
{
color: #70555D;
}
.AnyTagClassName
{
color: #70555D;
}
</style>
background-color css
<style>
a { background-color: #70555D; }
a { background-color: rgb(112,85,93); }
div.DivClassName
{
background-color: #70555D;
}
.BgClassName
{
background-color: #70555D;
}
</style>
border-color css
<style>
span { border-color: #70555D; }
span { border-color: rgb(112,85,93); }
td.TdClassName
{
border-color: #70555D;
}
.TagClassName
{
border-color: #70555D;
}
</style>