Shades of Cosmic #704D5B
Tints of Cosmic #704D5B
RGB
CMYK
RGB Variations
Color information
#704D5B (or 0x704D5B) is known color: Cosmic. HEX triplet: 70, 4D and 5B. RGB value is (112,77,91). Sum of RGB (Red+Green+Blue) = 112+77+91=280 (37% of max value = 765). Red value is 112 (44.14% from 255 or 40% from 280); Green value is 77 (30.47% from 255 or 27.5% from 280); Blue value is 91 (35.94% from 255 or 32.5% from 280); Max value from RGB is 112 - color contains mainly: red. Hex color #704D5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #704D5B is #8FB2A4. Grayscale: #595959. Windows color (decimal): -9417381 or 5983600. OLE color: 5983600.
HSL color Cylindrical-coordinate representation of color #704D5B: hue angle of 336º 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 #704D5B is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 77 | 91 | - |
| CMYK | 0 | 0.31 | 0.19 | 0.56 |
| HSL | 336º | 0.19% | 0.37% | - |
| HSV(B) | 336º | 0.31% | 0.44% | - |
| XYZ | 11.22 | 9.51 | 11.14 | - |
| YUV | 89.06 | 129.1 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 77 | 91 | 0 | 0.31 | 0.19 | 0.56 | 336 | 0.19 | 0.37 |
| Hex | 70 | 4D | 5B | 0 | 1F | 13 | 38 | 150 | 13 | 25 |
| Octal | 160 | 115 | 133 | 0 | 37 | 23 | 70 | 520 | 23 | 45 |
| Binary | 1110000 | 1001101 | 1011011 | 0 | 11111 | 10011 | 111000 | 101010000 | 10011 | 100101 |
Color Harmonies of #704D5B
Complementary color
Monochromatic Colors of #704D5B
Black with #704D5B
Text Example
Text Example
White with #704D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704D5B; }
p { color: rgb(112,77,91); }
H1.HeaderClassName
{
color: #704D5B;
}
.AnyTagClassName
{
color: #704D5B;
}
</style>
background-color css
<style>
a { background-color: #704D5B; }
a { background-color: rgb(112,77,91); }
div.DivClassName
{
background-color: #704D5B;
}
.BgClassName
{
background-color: #704D5B;
}
</style>
border-color css
<style>
span { border-color: #704D5B; }
span { border-color: rgb(112,77,91); }
td.TdClassName
{
border-color: #704D5B;
}
.TagClassName
{
border-color: #704D5B;
}
</style>