Shades of Cosmic #704B60
Tints of Cosmic #704B60
RGB
CMYK
RGB Variations
Color information
#704B60 (or 0x704B60) is known color: Cosmic. HEX triplet: 70, 4B and 60. RGB value is (112,75,96). Sum of RGB (Red+Green+Blue) = 112+75+96=283 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.58% from 283); Green value is 75 (29.69% from 255 or 26.50% from 283); Blue value is 96 (37.89% from 255 or 33.92% from 283); Max value from RGB is 112 - color contains mainly: red. Hex color #704B60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704B60 is #8FB49F. Grayscale: #585858. Windows color (decimal): -9417888 or 6310768. OLE color: 6310768.
HSL color Cylindrical-coordinate representation of color #704B60: hue angle of 325.95º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #704B60 is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 75 | 96 | - |
| CMYK | 0 | 0.33 | 0.14 | 0.56 |
| HSL | 325.95º | 0.2% | 0.37% | - |
| HSV(B) | 325.95º | 0.33% | 0.44% | - |
| XYZ | 11.31 | 9.32 | 12.27 | - |
| YUV | 88.46 | 132.26 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 75 | 96 | 0 | 0.33 | 0.14 | 0.56 | 325.95 | 0.2 | 0.37 |
| Hex | 70 | 4B | 60 | 0 | 21 | E | 38 | 146 | 14 | 25 |
| Octal | 160 | 113 | 140 | 0 | 41 | 16 | 70 | 506 | 24 | 45 |
| Binary | 1110000 | 1001011 | 1100000 | 0 | 100001 | 1110 | 111000 | 101000110 | 10100 | 100101 |
Color Harmonies of #704B60
Complementary color
Monochromatic Colors of #704B60
Black with #704B60
Text Example
Text Example
White with #704B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704B60; }
p { color: rgb(112,75,96); }
H1.HeaderClassName
{
color: #704B60;
}
.AnyTagClassName
{
color: #704B60;
}
</style>
background-color css
<style>
a { background-color: #704B60; }
a { background-color: rgb(112,75,96); }
div.DivClassName
{
background-color: #704B60;
}
.BgClassName
{
background-color: #704B60;
}
</style>
border-color css
<style>
span { border-color: #704B60; }
span { border-color: rgb(112,75,96); }
td.TdClassName
{
border-color: #704B60;
}
.TagClassName
{
border-color: #704B60;
}
</style>