Shades of Cosmic #70555E
Tints of Cosmic #70555E
RGB
CMYK
RGB Variations
Color information
#70555E (or 0x70555E) is known color: Cosmic. HEX triplet: 70, 55 and 5E. RGB value is (112,85,94). Sum of RGB (Red+Green+Blue) = 112+85+94=291 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.49% from 291); Green value is 85 (33.59% from 255 or 29.21% from 291); Blue value is 94 (37.11% from 255 or 32.30% from 291); Max value from RGB is 112 - color contains mainly: red. Hex color #70555E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70555E is #8FAAA1. Grayscale: #5E5E5E. Windows color (decimal): -9415330 or 6182256. OLE color: 6182256.
HSL color Cylindrical-coordinate representation of color #70555E: hue angle of 340º 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 #70555E is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 85 | 94 | - |
| CMYK | 0 | 0.24 | 0.16 | 0.56 |
| HSL | 340º | 0.14% | 0.39% | - |
| HSV(B) | 340º | 0.24% | 0.44% | - |
| XYZ | 11.95 | 10.75 | 12.03 | - |
| YUV | 94.1 | 127.95 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 85 | 94 | 0 | 0.24 | 0.16 | 0.56 | 340 | 0.14 | 0.39 |
| Hex | 70 | 55 | 5E | 0 | 18 | 10 | 38 | 154 | E | 27 |
| Octal | 160 | 125 | 136 | 0 | 30 | 20 | 70 | 524 | 16 | 47 |
| Binary | 1110000 | 1010101 | 1011110 | 0 | 11000 | 10000 | 111000 | 101010100 | 1110 | 100111 |
Color Harmonies of #70555E
Complementary color
Monochromatic Colors of #70555E
Black with #70555E
Text Example
Text Example
White with #70555E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70555E; }
p { color: rgb(112,85,94); }
H1.HeaderClassName
{
color: #70555E;
}
.AnyTagClassName
{
color: #70555E;
}
</style>
background-color css
<style>
a { background-color: #70555E; }
a { background-color: rgb(112,85,94); }
div.DivClassName
{
background-color: #70555E;
}
.BgClassName
{
background-color: #70555E;
}
</style>
border-color css
<style>
span { border-color: #70555E; }
span { border-color: rgb(112,85,94); }
td.TdClassName
{
border-color: #70555E;
}
.TagClassName
{
border-color: #70555E;
}
</style>