Shades of Cosmic #704B62
Tints of Cosmic #704B62
RGB
CMYK
RGB Variations
Color information
#704B62 (or 0x704B62) is known color: Cosmic. HEX triplet: 70, 4B and 62. RGB value is (112,75,98). Sum of RGB (Red+Green+Blue) = 112+75+98=285 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.30% from 285); Green value is 75 (29.69% from 255 or 26.32% from 285); Blue value is 98 (38.67% from 255 or 34.39% from 285); Max value from RGB is 112 - color contains mainly: red. Hex color #704B62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704B62 is #8FB49D. Grayscale: #585858. Windows color (decimal): -9417886 or 6441840. OLE color: 6441840.
HSL color Cylindrical-coordinate representation of color #704B62: hue angle of 322.7º 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 #704B62 is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 75 | 98 | - |
| CMYK | 0 | 0.33 | 0.13 | 0.56 |
| HSL | 322.7º | 0.2% | 0.37% | - |
| HSV(B) | 322.7º | 0.33% | 0.44% | - |
| XYZ | 11.4 | 9.36 | 12.76 | - |
| YUV | 88.69 | 133.26 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 75 | 98 | 0 | 0.33 | 0.13 | 0.56 | 322.7 | 0.2 | 0.37 |
| Hex | 70 | 4B | 62 | 0 | 21 | D | 38 | 143 | 14 | 25 |
| Octal | 160 | 113 | 142 | 0 | 41 | 15 | 70 | 503 | 24 | 45 |
| Binary | 1110000 | 1001011 | 1100010 | 0 | 100001 | 1101 | 111000 | 101000011 | 10100 | 100101 |
Color Harmonies of #704B62
Complementary color
Monochromatic Colors of #704B62
Black with #704B62
Text Example
Text Example
White with #704B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704B62; }
p { color: rgb(112,75,98); }
H1.HeaderClassName
{
color: #704B62;
}
.AnyTagClassName
{
color: #704B62;
}
</style>
background-color css
<style>
a { background-color: #704B62; }
a { background-color: rgb(112,75,98); }
div.DivClassName
{
background-color: #704B62;
}
.BgClassName
{
background-color: #704B62;
}
</style>
border-color css
<style>
span { border-color: #704B62; }
span { border-color: rgb(112,75,98); }
td.TdClassName
{
border-color: #704B62;
}
.TagClassName
{
border-color: #704B62;
}
</style>