Shades of Cosmic #704A60
Tints of Cosmic #704A60
RGB
CMYK
RGB Variations
Color information
#704A60 (or 0x704A60) is known color: Cosmic. HEX triplet: 70, 4A and 60. RGB value is (112,74,96). Sum of RGB (Red+Green+Blue) = 112+74+96=282 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.72% from 282); Green value is 74 (29.30% from 255 or 26.24% from 282); Blue value is 96 (37.89% from 255 or 34.04% from 282); Max value from RGB is 112 - color contains mainly: red. Hex color #704A60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704A60 is #8FB59F. Grayscale: #575757. Windows color (decimal): -9418144 or 6310512. OLE color: 6310512.
HSL color Cylindrical-coordinate representation of color #704A60: hue angle of 325.26º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #704A60 is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 74 | 96 | - |
| CMYK | 0 | 0.34 | 0.14 | 0.56 |
| HSL | 325.26º | 0.2% | 0.36% | - |
| HSV(B) | 325.26º | 0.34% | 0.44% | - |
| XYZ | 11.24 | 9.19 | 12.25 | - |
| YUV | 87.87 | 132.59 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 74 | 96 | 0 | 0.34 | 0.14 | 0.56 | 325.26 | 0.2 | 0.36 |
| Hex | 70 | 4A | 60 | 0 | 22 | E | 38 | 145 | 14 | 24 |
| Octal | 160 | 112 | 140 | 0 | 42 | 16 | 70 | 505 | 24 | 44 |
| Binary | 1110000 | 1001010 | 1100000 | 0 | 100010 | 1110 | 111000 | 101000101 | 10100 | 100100 |
Color Harmonies of #704A60
Complementary color
Monochromatic Colors of #704A60
Black with #704A60
Text Example
Text Example
White with #704A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704A60; }
p { color: rgb(112,74,96); }
H1.HeaderClassName
{
color: #704A60;
}
.AnyTagClassName
{
color: #704A60;
}
</style>
background-color css
<style>
a { background-color: #704A60; }
a { background-color: rgb(112,74,96); }
div.DivClassName
{
background-color: #704A60;
}
.BgClassName
{
background-color: #704A60;
}
</style>
border-color css
<style>
span { border-color: #704A60; }
span { border-color: rgb(112,74,96); }
td.TdClassName
{
border-color: #704A60;
}
.TagClassName
{
border-color: #704A60;
}
</style>