Shades of Cosmic #704D5F
Tints of Cosmic #704D5F
RGB
CMYK
RGB Variations
Color information
#704D5F (or 0x704D5F) is known color: Cosmic. HEX triplet: 70, 4D and 5F. RGB value is (112,77,95). Sum of RGB (Red+Green+Blue) = 112+77+95=284 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.44% from 284); Green value is 77 (30.47% from 255 or 27.11% from 284); Blue value is 95 (37.5% from 255 or 33.45% from 284); Max value from RGB is 112 - color contains mainly: red. Hex color #704D5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #704D5F is #8FB2A0. Grayscale: #595959. Windows color (decimal): -9417377 or 6245744. OLE color: 6245744.
HSL color Cylindrical-coordinate representation of color #704D5F: hue angle of 329.14º 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 #704D5F is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 77 | 95 | - |
| CMYK | 0 | 0.31 | 0.15 | 0.56 |
| HSL | 329.14º | 0.19% | 0.37% | - |
| HSV(B) | 329.14º | 0.31% | 0.44% | - |
| XYZ | 11.4 | 9.58 | 12.07 | - |
| YUV | 89.52 | 131.1 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 77 | 95 | 0 | 0.31 | 0.15 | 0.56 | 329.14 | 0.19 | 0.37 |
| Hex | 70 | 4D | 5F | 0 | 1F | F | 38 | 149 | 13 | 25 |
| Octal | 160 | 115 | 137 | 0 | 37 | 17 | 70 | 511 | 23 | 45 |
| Binary | 1110000 | 1001101 | 1011111 | 0 | 11111 | 1111 | 111000 | 101001001 | 10011 | 100101 |
Color Harmonies of #704D5F
Complementary color
Monochromatic Colors of #704D5F
Black with #704D5F
Text Example
Text Example
White with #704D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704D5F; }
p { color: rgb(112,77,95); }
H1.HeaderClassName
{
color: #704D5F;
}
.AnyTagClassName
{
color: #704D5F;
}
</style>
background-color css
<style>
a { background-color: #704D5F; }
a { background-color: rgb(112,77,95); }
div.DivClassName
{
background-color: #704D5F;
}
.BgClassName
{
background-color: #704D5F;
}
</style>
border-color css
<style>
span { border-color: #704D5F; }
span { border-color: rgb(112,77,95); }
td.TdClassName
{
border-color: #704D5F;
}
.TagClassName
{
border-color: #704D5F;
}
</style>