Shades of Cosmic #705166
Tints of Cosmic #705166
RGB
CMYK
RGB Variations
Color information
#705166 (or 0x705166) is known color: Cosmic. HEX triplet: 70, 51 and 66. RGB value is (112,81,102). Sum of RGB (Red+Green+Blue) = 112+81+102=295 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.97% from 295); Green value is 81 (32.03% from 255 or 27.46% from 295); Blue value is 102 (40.23% from 255 or 34.58% from 295); Max value from RGB is 112 - color contains mainly: red. Hex color #705166 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705166 is #8FAE99. Grayscale: #5C5C5C. Windows color (decimal): -9416346 or 6705520. OLE color: 6705520.
HSL color Cylindrical-coordinate representation of color #705166: hue angle of 319.35º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #705166 is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 81 | 102 | - |
| CMYK | 0 | 0.28 | 0.09 | 0.56 |
| HSL | 319.35º | 0.16% | 0.38% | - |
| HSV(B) | 319.35º | 0.28% | 0.44% | - |
| XYZ | 12.02 | 10.29 | 13.92 | - |
| YUV | 92.66 | 133.27 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 81 | 102 | 0 | 0.28 | 0.09 | 0.56 | 319.35 | 0.16 | 0.38 |
| Hex | 70 | 51 | 66 | 0 | 1C | 9 | 38 | 13F | 10 | 26 |
| Octal | 160 | 121 | 146 | 0 | 34 | 11 | 70 | 477 | 20 | 46 |
| Binary | 1110000 | 1010001 | 1100110 | 0 | 11100 | 1001 | 111000 | 100111111 | 10000 | 100110 |
Color Harmonies of #705166
Complementary color
Monochromatic Colors of #705166
Black with #705166
Text Example
Text Example
White with #705166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705166; }
p { color: rgb(112,81,102); }
H1.HeaderClassName
{
color: #705166;
}
.AnyTagClassName
{
color: #705166;
}
</style>
background-color css
<style>
a { background-color: #705166; }
a { background-color: rgb(112,81,102); }
div.DivClassName
{
background-color: #705166;
}
.BgClassName
{
background-color: #705166;
}
</style>
border-color css
<style>
span { border-color: #705166; }
span { border-color: rgb(112,81,102); }
td.TdClassName
{
border-color: #705166;
}
.TagClassName
{
border-color: #705166;
}
</style>