Shades of Cosmic #70535E
Tints of Cosmic #70535E
RGB
CMYK
RGB Variations
Color information
#70535E (or 0x70535E) is known color: Cosmic. HEX triplet: 70, 53 and 5E. RGB value is (112,83,94). Sum of RGB (Red+Green+Blue) = 112+83+94=289 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.75% from 289); Green value is 83 (32.81% from 255 or 28.72% from 289); Blue value is 94 (37.11% from 255 or 32.53% from 289); Max value from RGB is 112 - color contains mainly: red. Hex color #70535E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70535E is #8FACA1. Grayscale: #5C5C5C. Windows color (decimal): -9415842 or 6181744. OLE color: 6181744.
HSL color Cylindrical-coordinate representation of color #70535E: hue angle of 337.24º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #70535E is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 83 | 94 | - |
| CMYK | 0 | 0.26 | 0.16 | 0.56 |
| HSL | 337.24º | 0.15% | 0.38% | - |
| HSV(B) | 337.24º | 0.26% | 0.44% | - |
| XYZ | 11.8 | 10.44 | 11.98 | - |
| YUV | 92.93 | 128.61 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 83 | 94 | 0 | 0.26 | 0.16 | 0.56 | 337.24 | 0.15 | 0.38 |
| Hex | 70 | 53 | 5E | 0 | 1A | 10 | 38 | 151 | F | 26 |
| Octal | 160 | 123 | 136 | 0 | 32 | 20 | 70 | 521 | 17 | 46 |
| Binary | 1110000 | 1010011 | 1011110 | 0 | 11010 | 10000 | 111000 | 101010001 | 1111 | 100110 |
Color Harmonies of #70535E
Complementary color
Monochromatic Colors of #70535E
Black with #70535E
Text Example
Text Example
White with #70535E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70535E; }
p { color: rgb(112,83,94); }
H1.HeaderClassName
{
color: #70535E;
}
.AnyTagClassName
{
color: #70535E;
}
</style>
background-color css
<style>
a { background-color: #70535E; }
a { background-color: rgb(112,83,94); }
div.DivClassName
{
background-color: #70535E;
}
.BgClassName
{
background-color: #70535E;
}
</style>
border-color css
<style>
span { border-color: #70535E; }
span { border-color: rgb(112,83,94); }
td.TdClassName
{
border-color: #70535E;
}
.TagClassName
{
border-color: #70535E;
}
</style>