Shades of Cosmic #70475C
Tints of Cosmic #70475C
RGB
CMYK
RGB Variations
Color information
#70475C (or 0x70475C) is known color: Cosmic. HEX triplet: 70, 47 and 5C. RGB value is (112,71,92). Sum of RGB (Red+Green+Blue) = 112+71+92=275 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.73% from 275); Green value is 71 (28.12% from 255 or 25.82% from 275); Blue value is 92 (36.33% from 255 or 33.45% from 275); Max value from RGB is 112 - color contains mainly: red. Hex color #70475C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70475C is #8FB8A3. Grayscale: #555555. Windows color (decimal): -9418916 or 6047600. OLE color: 6047600.
HSL color Cylindrical-coordinate representation of color #70475C: hue angle of 329.27º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #70475C is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 71 | 92 | - |
| CMYK | 0 | 0.37 | 0.18 | 0.56 |
| HSL | 329.27º | 0.22% | 0.36% | - |
| HSV(B) | 329.27º | 0.37% | 0.44% | - |
| XYZ | 10.87 | 8.72 | 11.24 | - |
| YUV | 85.65 | 131.58 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 71 | 92 | 0 | 0.37 | 0.18 | 0.56 | 329.27 | 0.22 | 0.36 |
| Hex | 70 | 47 | 5C | 0 | 25 | 12 | 38 | 149 | 16 | 24 |
| Octal | 160 | 107 | 134 | 0 | 45 | 22 | 70 | 511 | 26 | 44 |
| Binary | 1110000 | 1000111 | 1011100 | 0 | 100101 | 10010 | 111000 | 101001001 | 10110 | 100100 |
Color Harmonies of #70475C
Complementary color
Monochromatic Colors of #70475C
Black with #70475C
Text Example
Text Example
White with #70475C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70475C; }
p { color: rgb(112,71,92); }
H1.HeaderClassName
{
color: #70475C;
}
.AnyTagClassName
{
color: #70475C;
}
</style>
background-color css
<style>
a { background-color: #70475C; }
a { background-color: rgb(112,71,92); }
div.DivClassName
{
background-color: #70475C;
}
.BgClassName
{
background-color: #70475C;
}
</style>
border-color css
<style>
span { border-color: #70475C; }
span { border-color: rgb(112,71,92); }
td.TdClassName
{
border-color: #70475C;
}
.TagClassName
{
border-color: #70475C;
}
</style>