Shades of Cosmic #70505B
Tints of Cosmic #70505B
RGB
CMYK
RGB Variations
Color information
#70505B (or 0x70505B) is known color: Cosmic. HEX triplet: 70, 50 and 5B. RGB value is (112,80,91). Sum of RGB (Red+Green+Blue) = 112+80+91=283 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.58% from 283); Green value is 80 (31.64% from 255 or 28.27% from 283); Blue value is 91 (35.94% from 255 or 32.16% from 283); Max value from RGB is 112 - color contains mainly: red. Hex color #70505B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70505B is #8FAFA4. Grayscale: #5A5A5A. Windows color (decimal): -9416613 or 5984368. OLE color: 5984368.
HSL color Cylindrical-coordinate representation of color #70505B: hue angle of 339.38º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #70505B is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 80 | 91 | - |
| CMYK | 0 | 0.29 | 0.19 | 0.56 |
| HSL | 339.38º | 0.17% | 0.38% | - |
| HSV(B) | 339.38º | 0.29% | 0.44% | - |
| XYZ | 11.44 | 9.94 | 11.21 | - |
| YUV | 90.82 | 128.1 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 80 | 91 | 0 | 0.29 | 0.19 | 0.56 | 339.38 | 0.17 | 0.38 |
| Hex | 70 | 50 | 5B | 0 | 1D | 13 | 38 | 153 | 11 | 26 |
| Octal | 160 | 120 | 133 | 0 | 35 | 23 | 70 | 523 | 21 | 46 |
| Binary | 1110000 | 1010000 | 1011011 | 0 | 11101 | 10011 | 111000 | 101010011 | 10001 | 100110 |
Color Harmonies of #70505B
Complementary color
Monochromatic Colors of #70505B
Black with #70505B
Text Example
Text Example
White with #70505B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70505B; }
p { color: rgb(112,80,91); }
H1.HeaderClassName
{
color: #70505B;
}
.AnyTagClassName
{
color: #70505B;
}
</style>
background-color css
<style>
a { background-color: #70505B; }
a { background-color: rgb(112,80,91); }
div.DivClassName
{
background-color: #70505B;
}
.BgClassName
{
background-color: #70505B;
}
</style>
border-color css
<style>
span { border-color: #70505B; }
span { border-color: rgb(112,80,91); }
td.TdClassName
{
border-color: #70505B;
}
.TagClassName
{
border-color: #70505B;
}
</style>