Shades of Cosmic #705063
Tints of Cosmic #705063
RGB
CMYK
RGB Variations
Color information
#705063 (or 0x705063) is known color: Cosmic. HEX triplet: 70, 50 and 63. RGB value is (112,80,99). Sum of RGB (Red+Green+Blue) = 112+80+99=291 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.49% from 291); Green value is 80 (31.64% from 255 or 27.49% from 291); Blue value is 99 (39.06% from 255 or 34.02% from 291); Max value from RGB is 112 - color contains mainly: red. Hex color #705063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705063 is #8FAF9C. Grayscale: #5B5B5B. Windows color (decimal): -9416605 or 6508656. OLE color: 6508656.
HSL color Cylindrical-coordinate representation of color #705063: hue angle of 324.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 #705063 is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 80 | 99 | - |
| CMYK | 0 | 0.29 | 0.12 | 0.56 |
| HSL | 324.38º | 0.17% | 0.38% | - |
| HSV(B) | 324.38º | 0.29% | 0.44% | - |
| XYZ | 11.8 | 10.08 | 13.13 | - |
| YUV | 91.73 | 132.1 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 80 | 99 | 0 | 0.29 | 0.12 | 0.56 | 324.38 | 0.17 | 0.38 |
| Hex | 70 | 50 | 63 | 0 | 1D | C | 38 | 144 | 11 | 26 |
| Octal | 160 | 120 | 143 | 0 | 35 | 14 | 70 | 504 | 21 | 46 |
| Binary | 1110000 | 1010000 | 1100011 | 0 | 11101 | 1100 | 111000 | 101000100 | 10001 | 100110 |
Color Harmonies of #705063
Complementary color
Monochromatic Colors of #705063
Black with #705063
Text Example
Text Example
White with #705063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705063; }
p { color: rgb(112,80,99); }
H1.HeaderClassName
{
color: #705063;
}
.AnyTagClassName
{
color: #705063;
}
</style>
background-color css
<style>
a { background-color: #705063; }
a { background-color: rgb(112,80,99); }
div.DivClassName
{
background-color: #705063;
}
.BgClassName
{
background-color: #705063;
}
</style>
border-color css
<style>
span { border-color: #705063; }
span { border-color: rgb(112,80,99); }
td.TdClassName
{
border-color: #705063;
}
.TagClassName
{
border-color: #705063;
}
</style>