Shades of Cosmic #704D65
Tints of Cosmic #704D65
RGB
CMYK
RGB Variations
Color information
#704D65 (or 0x704D65) is known color: Cosmic. HEX triplet: 70, 4D and 65. RGB value is (112,77,101). Sum of RGB (Red+Green+Blue) = 112+77+101=290 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.62% from 290); Green value is 77 (30.47% from 255 or 26.55% from 290); Blue value is 101 (39.84% from 255 or 34.83% from 290); Max value from RGB is 112 - color contains mainly: red. Hex color #704D65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #704D65 is #8FB29A. Grayscale: #5A5A5A. Windows color (decimal): -9417371 or 6638960. OLE color: 6638960.
HSL color Cylindrical-coordinate representation of color #704D65: hue angle of 318.86º 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 #704D65 is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 77 | 101 | - |
| CMYK | 0 | 0.31 | 0.10 | 0.56 |
| HSL | 318.86º | 0.19% | 0.37% | - |
| HSV(B) | 318.86º | 0.31% | 0.44% | - |
| XYZ | 11.68 | 9.69 | 13.57 | - |
| YUV | 90.2 | 134.1 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 77 | 101 | 0 | 0.31 | 0.10 | 0.56 | 318.86 | 0.19 | 0.37 |
| Hex | 70 | 4D | 65 | 0 | 1F | A | 38 | 13F | 13 | 25 |
| Octal | 160 | 115 | 145 | 0 | 37 | 12 | 70 | 477 | 23 | 45 |
| Binary | 1110000 | 1001101 | 1100101 | 0 | 11111 | 1010 | 111000 | 100111111 | 10011 | 100101 |
Color Harmonies of #704D65
Complementary color
Monochromatic Colors of #704D65
Black with #704D65
Text Example
Text Example
White with #704D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704D65; }
p { color: rgb(112,77,101); }
H1.HeaderClassName
{
color: #704D65;
}
.AnyTagClassName
{
color: #704D65;
}
</style>
background-color css
<style>
a { background-color: #704D65; }
a { background-color: rgb(112,77,101); }
div.DivClassName
{
background-color: #704D65;
}
.BgClassName
{
background-color: #704D65;
}
</style>
border-color css
<style>
span { border-color: #704D65; }
span { border-color: rgb(112,77,101); }
td.TdClassName
{
border-color: #704D65;
}
.TagClassName
{
border-color: #704D65;
}
</style>