Shades of Cosmic #704E5A
Tints of Cosmic #704E5A
RGB
CMYK
RGB Variations
Color information
#704E5A (or 0x704E5A) is known color: Cosmic. HEX triplet: 70, 4E and 5A. RGB value is (112,78,90). Sum of RGB (Red+Green+Blue) = 112+78+90=280 (37% of max value = 765). Red value is 112 (44.14% from 255 or 40% from 280); Green value is 78 (30.86% from 255 or 27.86% from 280); Blue value is 90 (35.55% from 255 or 32.14% from 280); Max value from RGB is 112 - color contains mainly: red. Hex color #704E5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #704E5A is #8FB1A5. Grayscale: #595959. Windows color (decimal): -9417126 or 5918320. OLE color: 5918320.
HSL color Cylindrical-coordinate representation of color #704E5A: hue angle of 338.82º 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 #704E5A is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 78 | 90 | - |
| CMYK | 0 | 0.30 | 0.20 | 0.56 |
| HSL | 338.82º | 0.18% | 0.37% | - |
| HSV(B) | 338.82º | 0.3% | 0.44% | - |
| XYZ | 11.25 | 9.63 | 10.94 | - |
| YUV | 89.53 | 128.26 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 78 | 90 | 0 | 0.30 | 0.20 | 0.56 | 338.82 | 0.18 | 0.37 |
| Hex | 70 | 4E | 5A | 0 | 1E | 14 | 38 | 153 | 12 | 25 |
| Octal | 160 | 116 | 132 | 0 | 36 | 24 | 70 | 523 | 22 | 45 |
| Binary | 1110000 | 1001110 | 1011010 | 0 | 11110 | 10100 | 111000 | 101010011 | 10010 | 100101 |
Color Harmonies of #704E5A
Complementary color
Monochromatic Colors of #704E5A
Black with #704E5A
Text Example
Text Example
White with #704E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704E5A; }
p { color: rgb(112,78,90); }
H1.HeaderClassName
{
color: #704E5A;
}
.AnyTagClassName
{
color: #704E5A;
}
</style>
background-color css
<style>
a { background-color: #704E5A; }
a { background-color: rgb(112,78,90); }
div.DivClassName
{
background-color: #704E5A;
}
.BgClassName
{
background-color: #704E5A;
}
</style>
border-color css
<style>
span { border-color: #704E5A; }
span { border-color: rgb(112,78,90); }
td.TdClassName
{
border-color: #704E5A;
}
.TagClassName
{
border-color: #704E5A;
}
</style>