Shades of Cosmic #704F5B
Tints of Cosmic #704F5B
RGB
CMYK
RGB Variations
Color information
#704F5B (or 0x704F5B) is known color: Cosmic. HEX triplet: 70, 4F and 5B. RGB value is (112,79,91). Sum of RGB (Red+Green+Blue) = 112+79+91=282 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.72% from 282); Green value is 79 (31.25% from 255 or 28.01% from 282); Blue value is 91 (35.94% from 255 or 32.27% from 282); Max value from RGB is 112 - color contains mainly: red. Hex color #704F5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #704F5B is #8FB0A4. Grayscale: #5A5A5A. Windows color (decimal): -9416869 or 5984112. OLE color: 5984112.
HSL color Cylindrical-coordinate representation of color #704F5B: hue angle of 338.18º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #704F5B is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 79 | 91 | - |
| CMYK | 0 | 0.29 | 0.19 | 0.56 |
| HSL | 338.18º | 0.17% | 0.37% | - |
| HSV(B) | 338.18º | 0.29% | 0.44% | - |
| XYZ | 11.37 | 9.79 | 11.19 | - |
| YUV | 90.24 | 128.43 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 79 | 91 | 0 | 0.29 | 0.19 | 0.56 | 338.18 | 0.17 | 0.37 |
| Hex | 70 | 4F | 5B | 0 | 1D | 13 | 38 | 152 | 11 | 25 |
| Octal | 160 | 117 | 133 | 0 | 35 | 23 | 70 | 522 | 21 | 45 |
| Binary | 1110000 | 1001111 | 1011011 | 0 | 11101 | 10011 | 111000 | 101010010 | 10001 | 100101 |
Color Harmonies of #704F5B
Complementary color
Monochromatic Colors of #704F5B
Black with #704F5B
Text Example
Text Example
White with #704F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704F5B; }
p { color: rgb(112,79,91); }
H1.HeaderClassName
{
color: #704F5B;
}
.AnyTagClassName
{
color: #704F5B;
}
</style>
background-color css
<style>
a { background-color: #704F5B; }
a { background-color: rgb(112,79,91); }
div.DivClassName
{
background-color: #704F5B;
}
.BgClassName
{
background-color: #704F5B;
}
</style>
border-color css
<style>
span { border-color: #704F5B; }
span { border-color: rgb(112,79,91); }
td.TdClassName
{
border-color: #704F5B;
}
.TagClassName
{
border-color: #704F5B;
}
</style>