Shades of Cosmic #705360
Tints of Cosmic #705360
RGB
CMYK
RGB Variations
Color information
#705360 (or 0x705360) is known color: Cosmic. HEX triplet: 70, 53 and 60. RGB value is (112,83,96). Sum of RGB (Red+Green+Blue) = 112+83+96=291 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.49% from 291); Green value is 83 (32.81% from 255 or 28.52% from 291); Blue value is 96 (37.89% from 255 or 32.99% from 291); Max value from RGB is 112 - color contains mainly: red. Hex color #705360 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705360 is #8FAC9F. Grayscale: #5D5D5D. Windows color (decimal): -9415840 or 6312816. OLE color: 6312816.
HSL color Cylindrical-coordinate representation of color #705360: hue angle of 333.1º 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 #705360 is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 83 | 96 | - |
| CMYK | 0 | 0.26 | 0.14 | 0.56 |
| HSL | 333.1º | 0.15% | 0.38% | - |
| HSV(B) | 333.1º | 0.26% | 0.44% | - |
| XYZ | 11.89 | 10.48 | 12.46 | - |
| YUV | 93.15 | 129.61 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 83 | 96 | 0 | 0.26 | 0.14 | 0.56 | 333.1 | 0.15 | 0.38 |
| Hex | 70 | 53 | 60 | 0 | 1A | E | 38 | 14D | F | 26 |
| Octal | 160 | 123 | 140 | 0 | 32 | 16 | 70 | 515 | 17 | 46 |
| Binary | 1110000 | 1010011 | 1100000 | 0 | 11010 | 1110 | 111000 | 101001101 | 1111 | 100110 |
Color Harmonies of #705360
Complementary color
Monochromatic Colors of #705360
Black with #705360
Text Example
Text Example
White with #705360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705360; }
p { color: rgb(112,83,96); }
H1.HeaderClassName
{
color: #705360;
}
.AnyTagClassName
{
color: #705360;
}
</style>
background-color css
<style>
a { background-color: #705360; }
a { background-color: rgb(112,83,96); }
div.DivClassName
{
background-color: #705360;
}
.BgClassName
{
background-color: #705360;
}
</style>
border-color css
<style>
span { border-color: #705360; }
span { border-color: rgb(112,83,96); }
td.TdClassName
{
border-color: #705360;
}
.TagClassName
{
border-color: #705360;
}
</style>