Shades of Cosmic #705364
Tints of Cosmic #705364
RGB
CMYK
RGB Variations
Color information
#705364 (or 0x705364) is known color: Cosmic. HEX triplet: 70, 53 and 64. RGB value is (112,83,100). Sum of RGB (Red+Green+Blue) = 112+83+100=295 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.97% from 295); Green value is 83 (32.81% from 255 or 28.14% from 295); Blue value is 100 (39.45% from 255 or 33.90% from 295); Max value from RGB is 112 - color contains mainly: red. Hex color #705364 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705364 is #8FAC9B. Grayscale: #5D5D5D. Windows color (decimal): -9415836 or 6574960. OLE color: 6574960.
HSL color Cylindrical-coordinate representation of color #705364: hue angle of 324.83º 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 #705364 is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 83 | 100 | - |
| CMYK | 0 | 0.26 | 0.11 | 0.56 |
| HSL | 324.83º | 0.15% | 0.38% | - |
| HSV(B) | 324.83º | 0.26% | 0.44% | - |
| XYZ | 12.08 | 10.55 | 13.46 | - |
| YUV | 93.61 | 131.61 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 83 | 100 | 0 | 0.26 | 0.11 | 0.56 | 324.83 | 0.15 | 0.38 |
| Hex | 70 | 53 | 64 | 0 | 1A | B | 38 | 145 | F | 26 |
| Octal | 160 | 123 | 144 | 0 | 32 | 13 | 70 | 505 | 17 | 46 |
| Binary | 1110000 | 1010011 | 1100100 | 0 | 11010 | 1011 | 111000 | 101000101 | 1111 | 100110 |
Color Harmonies of #705364
Complementary color
Monochromatic Colors of #705364
Black with #705364
Text Example
Text Example
White with #705364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705364; }
p { color: rgb(112,83,100); }
H1.HeaderClassName
{
color: #705364;
}
.AnyTagClassName
{
color: #705364;
}
</style>
background-color css
<style>
a { background-color: #705364; }
a { background-color: rgb(112,83,100); }
div.DivClassName
{
background-color: #705364;
}
.BgClassName
{
background-color: #705364;
}
</style>
border-color css
<style>
span { border-color: #705364; }
span { border-color: rgb(112,83,100); }
td.TdClassName
{
border-color: #705364;
}
.TagClassName
{
border-color: #705364;
}
</style>