Shades of Cosmic #705263
Tints of Cosmic #705263
RGB
CMYK
RGB Variations
Color information
#705263 (or 0x705263) is known color: Cosmic. HEX triplet: 70, 52 and 63. RGB value is (112,82,99). Sum of RGB (Red+Green+Blue) = 112+82+99=293 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.23% from 293); Green value is 82 (32.42% from 255 or 27.99% from 293); Blue value is 99 (39.06% from 255 or 33.79% from 293); Max value from RGB is 112 - color contains mainly: red. Hex color #705263 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705263 is #8FAD9C. Grayscale: #5C5C5C. Windows color (decimal): -9416093 or 6509168. OLE color: 6509168.
HSL color Cylindrical-coordinate representation of color #705263: hue angle of 326º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #705263 is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 82 | 99 | - |
| CMYK | 0 | 0.27 | 0.12 | 0.56 |
| HSL | 326º | 0.15% | 0.38% | - |
| HSV(B) | 326º | 0.27% | 0.44% | - |
| XYZ | 11.95 | 10.38 | 13.18 | - |
| YUV | 92.91 | 131.44 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 82 | 99 | 0 | 0.27 | 0.12 | 0.56 | 326 | 0.15 | 0.38 |
| Hex | 70 | 52 | 63 | 0 | 1B | C | 38 | 146 | F | 26 |
| Octal | 160 | 122 | 143 | 0 | 33 | 14 | 70 | 506 | 17 | 46 |
| Binary | 1110000 | 1010010 | 1100011 | 0 | 11011 | 1100 | 111000 | 101000110 | 1111 | 100110 |
Color Harmonies of #705263
Complementary color
Monochromatic Colors of #705263
Black with #705263
Text Example
Text Example
White with #705263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705263; }
p { color: rgb(112,82,99); }
H1.HeaderClassName
{
color: #705263;
}
.AnyTagClassName
{
color: #705263;
}
</style>
background-color css
<style>
a { background-color: #705263; }
a { background-color: rgb(112,82,99); }
div.DivClassName
{
background-color: #705263;
}
.BgClassName
{
background-color: #705263;
}
</style>
border-color css
<style>
span { border-color: #705263; }
span { border-color: rgb(112,82,99); }
td.TdClassName
{
border-color: #705263;
}
.TagClassName
{
border-color: #705263;
}
</style>