Shades of Cosmic #705261
Tints of Cosmic #705261
RGB
CMYK
RGB Variations
Color information
#705261 (or 0x705261) is known color: Cosmic. HEX triplet: 70, 52 and 61. RGB value is (112,82,97). Sum of RGB (Red+Green+Blue) = 112+82+97=291 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.49% from 291); Green value is 82 (32.42% from 255 or 28.18% from 291); Blue value is 97 (38.28% from 255 or 33.33% from 291); Max value from RGB is 112 - color contains mainly: red. Hex color #705261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705261 is #8FAD9E. Grayscale: #5C5C5C. Windows color (decimal): -9416095 or 6378096. OLE color: 6378096.
HSL color Cylindrical-coordinate representation of color #705261: hue angle of 330º 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 #705261 is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 82 | 97 | - |
| CMYK | 0 | 0.27 | 0.13 | 0.56 |
| HSL | 330º | 0.15% | 0.38% | - |
| HSV(B) | 330º | 0.27% | 0.44% | - |
| XYZ | 11.86 | 10.34 | 12.68 | - |
| YUV | 92.68 | 130.44 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 82 | 97 | 0 | 0.27 | 0.13 | 0.56 | 330 | 0.15 | 0.38 |
| Hex | 70 | 52 | 61 | 0 | 1B | D | 38 | 14A | F | 26 |
| Octal | 160 | 122 | 141 | 0 | 33 | 15 | 70 | 512 | 17 | 46 |
| Binary | 1110000 | 1010010 | 1100001 | 0 | 11011 | 1101 | 111000 | 101001010 | 1111 | 100110 |
Color Harmonies of #705261
Complementary color
Monochromatic Colors of #705261
Black with #705261
Text Example
Text Example
White with #705261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705261; }
p { color: rgb(112,82,97); }
H1.HeaderClassName
{
color: #705261;
}
.AnyTagClassName
{
color: #705261;
}
</style>
background-color css
<style>
a { background-color: #705261; }
a { background-color: rgb(112,82,97); }
div.DivClassName
{
background-color: #705261;
}
.BgClassName
{
background-color: #705261;
}
</style>
border-color css
<style>
span { border-color: #705261; }
span { border-color: rgb(112,82,97); }
td.TdClassName
{
border-color: #705261;
}
.TagClassName
{
border-color: #705261;
}
</style>