Shades of Cosmic #704C60
Tints of Cosmic #704C60
RGB
CMYK
RGB Variations
Color information
#704C60 (or 0x704C60) is known color: Cosmic. HEX triplet: 70, 4C and 60. RGB value is (112,76,96). Sum of RGB (Red+Green+Blue) = 112+76+96=284 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.44% from 284); Green value is 76 (30.08% from 255 or 26.76% from 284); Blue value is 96 (37.89% from 255 or 33.80% from 284); Max value from RGB is 112 - color contains mainly: red. Hex color #704C60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704C60 is #8FB39F. Grayscale: #595959. Windows color (decimal): -9417632 or 6311024. OLE color: 6311024.
HSL color Cylindrical-coordinate representation of color #704C60: hue angle of 326.67º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #704C60 is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 76 | 96 | - |
| CMYK | 0 | 0.32 | 0.14 | 0.56 |
| HSL | 326.67º | 0.19% | 0.37% | - |
| HSV(B) | 326.67º | 0.32% | 0.44% | - |
| XYZ | 11.38 | 9.46 | 12.29 | - |
| YUV | 89.04 | 131.93 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 76 | 96 | 0 | 0.32 | 0.14 | 0.56 | 326.67 | 0.19 | 0.37 |
| Hex | 70 | 4C | 60 | 0 | 20 | E | 38 | 147 | 13 | 25 |
| Octal | 160 | 114 | 140 | 0 | 40 | 16 | 70 | 507 | 23 | 45 |
| Binary | 1110000 | 1001100 | 1100000 | 0 | 100000 | 1110 | 111000 | 101000111 | 10011 | 100101 |
Color Harmonies of #704C60
Complementary color
Monochromatic Colors of #704C60
Black with #704C60
Text Example
Text Example
White with #704C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704C60; }
p { color: rgb(112,76,96); }
H1.HeaderClassName
{
color: #704C60;
}
.AnyTagClassName
{
color: #704C60;
}
</style>
background-color css
<style>
a { background-color: #704C60; }
a { background-color: rgb(112,76,96); }
div.DivClassName
{
background-color: #704C60;
}
.BgClassName
{
background-color: #704C60;
}
</style>
border-color css
<style>
span { border-color: #704C60; }
span { border-color: rgb(112,76,96); }
td.TdClassName
{
border-color: #704C60;
}
.TagClassName
{
border-color: #704C60;
}
</style>