Shades of Cosmic #704B61
Tints of Cosmic #704B61
RGB
CMYK
RGB Variations
Color information
#704B61 (or 0x704B61) is known color: Cosmic. HEX triplet: 70, 4B and 61. RGB value is (112,75,97). Sum of RGB (Red+Green+Blue) = 112+75+97=284 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.44% from 284); Green value is 75 (29.69% from 255 or 26.41% from 284); Blue value is 97 (38.28% from 255 or 34.15% from 284); Max value from RGB is 112 - color contains mainly: red. Hex color #704B61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704B61 is #8FB49E. Grayscale: #585858. Windows color (decimal): -9417887 or 6376304. OLE color: 6376304.
HSL color Cylindrical-coordinate representation of color #704B61: hue angle of 324.32º 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 #704B61 is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 75 | 97 | - |
| CMYK | 0 | 0.33 | 0.13 | 0.56 |
| HSL | 324.32º | 0.2% | 0.37% | - |
| HSV(B) | 324.32º | 0.33% | 0.44% | - |
| XYZ | 11.36 | 9.34 | 12.51 | - |
| YUV | 88.57 | 132.76 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 75 | 97 | 0 | 0.33 | 0.13 | 0.56 | 324.32 | 0.2 | 0.37 |
| Hex | 70 | 4B | 61 | 0 | 21 | D | 38 | 144 | 14 | 25 |
| Octal | 160 | 113 | 141 | 0 | 41 | 15 | 70 | 504 | 24 | 45 |
| Binary | 1110000 | 1001011 | 1100001 | 0 | 100001 | 1101 | 111000 | 101000100 | 10100 | 100101 |
Color Harmonies of #704B61
Complementary color
Monochromatic Colors of #704B61
Black with #704B61
Text Example
Text Example
White with #704B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704B61; }
p { color: rgb(112,75,97); }
H1.HeaderClassName
{
color: #704B61;
}
.AnyTagClassName
{
color: #704B61;
}
</style>
background-color css
<style>
a { background-color: #704B61; }
a { background-color: rgb(112,75,97); }
div.DivClassName
{
background-color: #704B61;
}
.BgClassName
{
background-color: #704B61;
}
</style>
border-color css
<style>
span { border-color: #704B61; }
span { border-color: rgb(112,75,97); }
td.TdClassName
{
border-color: #704B61;
}
.TagClassName
{
border-color: #704B61;
}
</style>