Shades of Cosmic #705465
Tints of Cosmic #705465
RGB
CMYK
RGB Variations
Color information
#705465 (or 0x705465) is known color: Cosmic. HEX triplet: 70, 54 and 65. RGB value is (112,84,101). Sum of RGB (Red+Green+Blue) = 112+84+101=297 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.71% from 297); Green value is 84 (33.20% from 255 or 28.28% from 297); Blue value is 101 (39.84% from 255 or 34.01% from 297); Max value from RGB is 112 - color contains mainly: red. Hex color #705465 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705465 is #8FAB9A. Grayscale: #5E5E5E. Windows color (decimal): -9415579 or 6640752. OLE color: 6640752.
HSL color Cylindrical-coordinate representation of color #705465: hue angle of 323.57º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #705465 is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 84 | 101 | - |
| CMYK | 0 | 0.25 | 0.10 | 0.56 |
| HSL | 323.57º | 0.14% | 0.38% | - |
| HSV(B) | 323.57º | 0.25% | 0.44% | - |
| XYZ | 12.2 | 10.72 | 13.74 | - |
| YUV | 94.31 | 131.78 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 84 | 101 | 0 | 0.25 | 0.10 | 0.56 | 323.57 | 0.14 | 0.38 |
| Hex | 70 | 54 | 65 | 0 | 19 | A | 38 | 144 | E | 26 |
| Octal | 160 | 124 | 145 | 0 | 31 | 12 | 70 | 504 | 16 | 46 |
| Binary | 1110000 | 1010100 | 1100101 | 0 | 11001 | 1010 | 111000 | 101000100 | 1110 | 100110 |
Color Harmonies of #705465
Complementary color
Monochromatic Colors of #705465
Black with #705465
Text Example
Text Example
White with #705465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705465; }
p { color: rgb(112,84,101); }
H1.HeaderClassName
{
color: #705465;
}
.AnyTagClassName
{
color: #705465;
}
</style>
background-color css
<style>
a { background-color: #705465; }
a { background-color: rgb(112,84,101); }
div.DivClassName
{
background-color: #705465;
}
.BgClassName
{
background-color: #705465;
}
</style>
border-color css
<style>
span { border-color: #705465; }
span { border-color: rgb(112,84,101); }
td.TdClassName
{
border-color: #705465;
}
.TagClassName
{
border-color: #705465;
}
</style>