Shades of Cosmic #704D62
Tints of Cosmic #704D62
RGB
CMYK
RGB Variations
Color information
#704D62 (or 0x704D62) is known color: Cosmic. HEX triplet: 70, 4D and 62. RGB value is (112,77,98). Sum of RGB (Red+Green+Blue) = 112+77+98=287 (38% of max value = 765). Red value is 112 (44.14% from 255 or 39.02% from 287); Green value is 77 (30.47% from 255 or 26.83% from 287); Blue value is 98 (38.67% from 255 or 34.15% from 287); Max value from RGB is 112 - color contains mainly: red. Hex color #704D62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #704D62 is #8FB29D. Grayscale: #595959. Windows color (decimal): -9417374 or 6442352. OLE color: 6442352.
HSL color Cylindrical-coordinate representation of color #704D62: hue angle of 324º 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 #704D62 is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 77 | 98 | - |
| CMYK | 0 | 0.31 | 0.13 | 0.56 |
| HSL | 324º | 0.19% | 0.37% | - |
| HSV(B) | 324º | 0.31% | 0.44% | - |
| XYZ | 11.54 | 9.63 | 12.81 | - |
| YUV | 89.86 | 132.6 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 77 | 98 | 0 | 0.31 | 0.13 | 0.56 | 324 | 0.19 | 0.37 |
| Hex | 70 | 4D | 62 | 0 | 1F | D | 38 | 144 | 13 | 25 |
| Octal | 160 | 115 | 142 | 0 | 37 | 15 | 70 | 504 | 23 | 45 |
| Binary | 1110000 | 1001101 | 1100010 | 0 | 11111 | 1101 | 111000 | 101000100 | 10011 | 100101 |
Color Harmonies of #704D62
Complementary color
Monochromatic Colors of #704D62
Black with #704D62
Text Example
Text Example
White with #704D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704D62; }
p { color: rgb(112,77,98); }
H1.HeaderClassName
{
color: #704D62;
}
.AnyTagClassName
{
color: #704D62;
}
</style>
background-color css
<style>
a { background-color: #704D62; }
a { background-color: rgb(112,77,98); }
div.DivClassName
{
background-color: #704D62;
}
.BgClassName
{
background-color: #704D62;
}
</style>
border-color css
<style>
span { border-color: #704D62; }
span { border-color: rgb(112,77,98); }
td.TdClassName
{
border-color: #704D62;
}
.TagClassName
{
border-color: #704D62;
}
</style>