Shades of Cosmic #70505F
Tints of Cosmic #70505F
RGB
CMYK
RGB Variations
Color information
#70505F (or 0x70505F) is known color: Cosmic. HEX triplet: 70, 50 and 5F. RGB value is (112,80,95). Sum of RGB (Red+Green+Blue) = 112+80+95=287 (38% of max value = 765). Red value is 112 (44.14% from 255 or 39.02% from 287); Green value is 80 (31.64% from 255 or 27.87% from 287); Blue value is 95 (37.5% from 255 or 33.10% from 287); Max value from RGB is 112 - color contains mainly: red. Hex color #70505F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70505F is #8FAFA0. Grayscale: #5B5B5B. Windows color (decimal): -9416609 or 6246512. OLE color: 6246512.
HSL color Cylindrical-coordinate representation of color #70505F: hue angle of 331.88º 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 #70505F is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 80 | 95 | - |
| CMYK | 0 | 0.29 | 0.15 | 0.56 |
| HSL | 331.88º | 0.17% | 0.38% | - |
| HSV(B) | 331.88º | 0.29% | 0.44% | - |
| XYZ | 11.62 | 10.01 | 12.15 | - |
| YUV | 91.28 | 130.1 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 80 | 95 | 0 | 0.29 | 0.15 | 0.56 | 331.88 | 0.17 | 0.38 |
| Hex | 70 | 50 | 5F | 0 | 1D | F | 38 | 14C | 11 | 26 |
| Octal | 160 | 120 | 137 | 0 | 35 | 17 | 70 | 514 | 21 | 46 |
| Binary | 1110000 | 1010000 | 1011111 | 0 | 11101 | 1111 | 111000 | 101001100 | 10001 | 100110 |
Color Harmonies of #70505F
Complementary color
Monochromatic Colors of #70505F
Black with #70505F
Text Example
Text Example
White with #70505F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70505F; }
p { color: rgb(112,80,95); }
H1.HeaderClassName
{
color: #70505F;
}
.AnyTagClassName
{
color: #70505F;
}
</style>
background-color css
<style>
a { background-color: #70505F; }
a { background-color: rgb(112,80,95); }
div.DivClassName
{
background-color: #70505F;
}
.BgClassName
{
background-color: #70505F;
}
</style>
border-color css
<style>
span { border-color: #70505F; }
span { border-color: rgb(112,80,95); }
td.TdClassName
{
border-color: #70505F;
}
.TagClassName
{
border-color: #70505F;
}
</style>