Shades of Cosmic #704E5C
Tints of Cosmic #704E5C
RGB
CMYK
RGB Variations
Color information
#704E5C (or 0x704E5C) is known color: Cosmic. HEX triplet: 70, 4E and 5C. RGB value is (112,78,92). Sum of RGB (Red+Green+Blue) = 112+78+92=282 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.72% from 282); Green value is 78 (30.86% from 255 or 27.66% from 282); Blue value is 92 (36.33% from 255 or 32.62% from 282); Max value from RGB is 112 - color contains mainly: red. Hex color #704E5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #704E5C is #8FB1A3. Grayscale: #595959. Windows color (decimal): -9417124 or 6049392. OLE color: 6049392.
HSL color Cylindrical-coordinate representation of color #704E5C: hue angle of 335.29º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #704E5C is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 78 | 92 | - |
| CMYK | 0 | 0.30 | 0.18 | 0.56 |
| HSL | 335.29º | 0.18% | 0.37% | - |
| HSV(B) | 335.29º | 0.3% | 0.44% | - |
| XYZ | 11.34 | 9.67 | 11.39 | - |
| YUV | 89.76 | 129.26 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 78 | 92 | 0 | 0.30 | 0.18 | 0.56 | 335.29 | 0.18 | 0.37 |
| Hex | 70 | 4E | 5C | 0 | 1E | 12 | 38 | 14F | 12 | 25 |
| Octal | 160 | 116 | 134 | 0 | 36 | 22 | 70 | 517 | 22 | 45 |
| Binary | 1110000 | 1001110 | 1011100 | 0 | 11110 | 10010 | 111000 | 101001111 | 10010 | 100101 |
Color Harmonies of #704E5C
Complementary color
Monochromatic Colors of #704E5C
Black with #704E5C
Text Example
Text Example
White with #704E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704E5C; }
p { color: rgb(112,78,92); }
H1.HeaderClassName
{
color: #704E5C;
}
.AnyTagClassName
{
color: #704E5C;
}
</style>
background-color css
<style>
a { background-color: #704E5C; }
a { background-color: rgb(112,78,92); }
div.DivClassName
{
background-color: #704E5C;
}
.BgClassName
{
background-color: #704E5C;
}
</style>
border-color css
<style>
span { border-color: #704E5C; }
span { border-color: rgb(112,78,92); }
td.TdClassName
{
border-color: #704E5C;
}
.TagClassName
{
border-color: #704E5C;
}
</style>