Shades of Cosmic #704D5A
Tints of Cosmic #704D5A
RGB
CMYK
RGB Variations
Color information
#704D5A (or 0x704D5A) is known color: Cosmic. HEX triplet: 70, 4D and 5A. RGB value is (112,77,90). Sum of RGB (Red+Green+Blue) = 112+77+90=279 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.14% from 279); Green value is 77 (30.47% from 255 or 27.60% from 279); Blue value is 90 (35.55% from 255 or 32.26% from 279); Max value from RGB is 112 - color contains mainly: red. Hex color #704D5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #704D5A is #8FB2A5. Grayscale: #585858. Windows color (decimal): -9417382 or 5918064. OLE color: 5918064.
HSL color Cylindrical-coordinate representation of color #704D5A: hue angle of 337.71º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #704D5A is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 77 | 90 | - |
| CMYK | 0 | 0.31 | 0.20 | 0.56 |
| HSL | 337.71º | 0.19% | 0.37% | - |
| HSV(B) | 337.71º | 0.31% | 0.44% | - |
| XYZ | 11.18 | 9.49 | 10.92 | - |
| YUV | 88.95 | 128.6 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 77 | 90 | 0 | 0.31 | 0.20 | 0.56 | 337.71 | 0.19 | 0.37 |
| Hex | 70 | 4D | 5A | 0 | 1F | 14 | 38 | 152 | 13 | 25 |
| Octal | 160 | 115 | 132 | 0 | 37 | 24 | 70 | 522 | 23 | 45 |
| Binary | 1110000 | 1001101 | 1011010 | 0 | 11111 | 10100 | 111000 | 101010010 | 10011 | 100101 |
Color Harmonies of #704D5A
Complementary color
Monochromatic Colors of #704D5A
Black with #704D5A
Text Example
Text Example
White with #704D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704D5A; }
p { color: rgb(112,77,90); }
H1.HeaderClassName
{
color: #704D5A;
}
.AnyTagClassName
{
color: #704D5A;
}
</style>
background-color css
<style>
a { background-color: #704D5A; }
a { background-color: rgb(112,77,90); }
div.DivClassName
{
background-color: #704D5A;
}
.BgClassName
{
background-color: #704D5A;
}
</style>
border-color css
<style>
span { border-color: #704D5A; }
span { border-color: rgb(112,77,90); }
td.TdClassName
{
border-color: #704D5A;
}
.TagClassName
{
border-color: #704D5A;
}
</style>