Shades of Cosmic #704D5E
Tints of Cosmic #704D5E
RGB
CMYK
RGB Variations
Color information
#704D5E (or 0x704D5E) is known color: Cosmic. HEX triplet: 70, 4D and 5E. RGB value is (112,77,94). Sum of RGB (Red+Green+Blue) = 112+77+94=283 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.58% from 283); Green value is 77 (30.47% from 255 or 27.21% from 283); Blue value is 94 (37.11% from 255 or 33.22% from 283); Max value from RGB is 112 - color contains mainly: red. Hex color #704D5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #704D5E is #8FB2A1. Grayscale: #595959. Windows color (decimal): -9417378 or 6180208. OLE color: 6180208.
HSL color Cylindrical-coordinate representation of color #704D5E: hue angle of 330.86º 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 #704D5E is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 77 | 94 | - |
| CMYK | 0 | 0.31 | 0.16 | 0.56 |
| HSL | 330.86º | 0.19% | 0.37% | - |
| HSV(B) | 330.86º | 0.31% | 0.44% | - |
| XYZ | 11.36 | 9.56 | 11.84 | - |
| YUV | 89.4 | 130.6 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 77 | 94 | 0 | 0.31 | 0.16 | 0.56 | 330.86 | 0.19 | 0.37 |
| Hex | 70 | 4D | 5E | 0 | 1F | 10 | 38 | 14B | 13 | 25 |
| Octal | 160 | 115 | 136 | 0 | 37 | 20 | 70 | 513 | 23 | 45 |
| Binary | 1110000 | 1001101 | 1011110 | 0 | 11111 | 10000 | 111000 | 101001011 | 10011 | 100101 |
Color Harmonies of #704D5E
Complementary color
Monochromatic Colors of #704D5E
Black with #704D5E
Text Example
Text Example
White with #704D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704D5E; }
p { color: rgb(112,77,94); }
H1.HeaderClassName
{
color: #704D5E;
}
.AnyTagClassName
{
color: #704D5E;
}
</style>
background-color css
<style>
a { background-color: #704D5E; }
a { background-color: rgb(112,77,94); }
div.DivClassName
{
background-color: #704D5E;
}
.BgClassName
{
background-color: #704D5E;
}
</style>
border-color css
<style>
span { border-color: #704D5E; }
span { border-color: rgb(112,77,94); }
td.TdClassName
{
border-color: #704D5E;
}
.TagClassName
{
border-color: #704D5E;
}
</style>