Shades of Cosmic #705761
Tints of Cosmic #705761
RGB
CMYK
RGB Variations
Color information
#705761 (or 0x705761) is known color: Cosmic. HEX triplet: 70, 57 and 61. RGB value is (112,87,97). Sum of RGB (Red+Green+Blue) = 112+87+97=296 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.84% from 296); Green value is 87 (34.38% from 255 or 29.39% from 296); Blue value is 97 (38.28% from 255 or 32.77% from 296); Max value from RGB is 112 - color contains mainly: red. Hex color #705761 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705761 is #8FA89E. Grayscale: #5F5F5F. Windows color (decimal): -9414815 or 6379376. OLE color: 6379376.
HSL color Cylindrical-coordinate representation of color #705761: hue angle of 336º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #705761 is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 87 | 97 | - |
| CMYK | 0 | 0.22 | 0.13 | 0.56 |
| HSL | 336º | 0.13% | 0.39% | - |
| HSV(B) | 336º | 0.22% | 0.44% | - |
| XYZ | 12.25 | 11.12 | 12.81 | - |
| YUV | 95.62 | 128.78 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 87 | 97 | 0 | 0.22 | 0.13 | 0.56 | 336 | 0.13 | 0.39 |
| Hex | 70 | 57 | 61 | 0 | 16 | D | 38 | 150 | D | 27 |
| Octal | 160 | 127 | 141 | 0 | 26 | 15 | 70 | 520 | 15 | 47 |
| Binary | 1110000 | 1010111 | 1100001 | 0 | 10110 | 1101 | 111000 | 101010000 | 1101 | 100111 |
Color Harmonies of #705761
Complementary color
Monochromatic Colors of #705761
Black with #705761
Text Example
Text Example
White with #705761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705761; }
p { color: rgb(112,87,97); }
H1.HeaderClassName
{
color: #705761;
}
.AnyTagClassName
{
color: #705761;
}
</style>
background-color css
<style>
a { background-color: #705761; }
a { background-color: rgb(112,87,97); }
div.DivClassName
{
background-color: #705761;
}
.BgClassName
{
background-color: #705761;
}
</style>
border-color css
<style>
span { border-color: #705761; }
span { border-color: rgb(112,87,97); }
td.TdClassName
{
border-color: #705761;
}
.TagClassName
{
border-color: #705761;
}
</style>