Shades of Cosmic #70565F
Tints of Cosmic #70565F
RGB
CMYK
RGB Variations
Color information
#70565F (or 0x70565F) is known color: Cosmic. HEX triplet: 70, 56 and 5F. RGB value is (112,86,95). Sum of RGB (Red+Green+Blue) = 112+86+95=293 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.23% from 293); Green value is 86 (33.98% from 255 or 29.35% from 293); Blue value is 95 (37.5% from 255 or 32.42% from 293); Max value from RGB is 112 - color contains mainly: red. Hex color #70565F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70565F is #8FA9A0. Grayscale: #5E5E5E. Windows color (decimal): -9415073 or 6248048. OLE color: 6248048.
HSL color Cylindrical-coordinate representation of color #70565F: hue angle of 339.23º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #70565F is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 86 | 95 | - |
| CMYK | 0 | 0.23 | 0.15 | 0.56 |
| HSL | 339.23º | 0.13% | 0.39% | - |
| HSV(B) | 339.23º | 0.23% | 0.44% | - |
| XYZ | 12.08 | 10.93 | 12.3 | - |
| YUV | 94.8 | 128.11 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 86 | 95 | 0 | 0.23 | 0.15 | 0.56 | 339.23 | 0.13 | 0.39 |
| Hex | 70 | 56 | 5F | 0 | 17 | F | 38 | 153 | D | 27 |
| Octal | 160 | 126 | 137 | 0 | 27 | 17 | 70 | 523 | 15 | 47 |
| Binary | 1110000 | 1010110 | 1011111 | 0 | 10111 | 1111 | 111000 | 101010011 | 1101 | 100111 |
Color Harmonies of #70565F
Complementary color
Monochromatic Colors of #70565F
Black with #70565F
Text Example
Text Example
White with #70565F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70565F; }
p { color: rgb(112,86,95); }
H1.HeaderClassName
{
color: #70565F;
}
.AnyTagClassName
{
color: #70565F;
}
</style>
background-color css
<style>
a { background-color: #70565F; }
a { background-color: rgb(112,86,95); }
div.DivClassName
{
background-color: #70565F;
}
.BgClassName
{
background-color: #70565F;
}
</style>
border-color css
<style>
span { border-color: #70565F; }
span { border-color: rgb(112,86,95); }
td.TdClassName
{
border-color: #70565F;
}
.TagClassName
{
border-color: #70565F;
}
</style>