Shades of Cosmic #704D5D
Tints of Cosmic #704D5D
RGB
CMYK
RGB Variations
Color information
#704D5D (or 0x704D5D) is known color: Cosmic. HEX triplet: 70, 4D and 5D. RGB value is (112,77,93). Sum of RGB (Red+Green+Blue) = 112+77+93=282 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.72% from 282); Green value is 77 (30.47% from 255 or 27.30% from 282); Blue value is 93 (36.72% from 255 or 32.98% from 282); Max value from RGB is 112 - color contains mainly: red. Hex color #704D5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #704D5D is #8FB2A2. Grayscale: #595959. Windows color (decimal): -9417379 or 6114672. OLE color: 6114672.
HSL color Cylindrical-coordinate representation of color #704D5D: hue angle of 332.57º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #704D5D is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 77 | 93 | - |
| CMYK | 0 | 0.31 | 0.17 | 0.56 |
| HSL | 332.57º | 0.19% | 0.37% | - |
| HSV(B) | 332.57º | 0.31% | 0.44% | - |
| XYZ | 11.31 | 9.54 | 11.6 | - |
| YUV | 89.29 | 130.1 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 77 | 93 | 0 | 0.31 | 0.17 | 0.56 | 332.57 | 0.19 | 0.37 |
| Hex | 70 | 4D | 5D | 0 | 1F | 11 | 38 | 14D | 13 | 25 |
| Octal | 160 | 115 | 135 | 0 | 37 | 21 | 70 | 515 | 23 | 45 |
| Binary | 1110000 | 1001101 | 1011101 | 0 | 11111 | 10001 | 111000 | 101001101 | 10011 | 100101 |
Color Harmonies of #704D5D
Complementary color
Monochromatic Colors of #704D5D
Black with #704D5D
Text Example
Text Example
White with #704D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704D5D; }
p { color: rgb(112,77,93); }
H1.HeaderClassName
{
color: #704D5D;
}
.AnyTagClassName
{
color: #704D5D;
}
</style>
background-color css
<style>
a { background-color: #704D5D; }
a { background-color: rgb(112,77,93); }
div.DivClassName
{
background-color: #704D5D;
}
.BgClassName
{
background-color: #704D5D;
}
</style>
border-color css
<style>
span { border-color: #704D5D; }
span { border-color: rgb(112,77,93); }
td.TdClassName
{
border-color: #704D5D;
}
.TagClassName
{
border-color: #704D5D;
}
</style>