Shades of Cosmic #70455F
Tints of Cosmic #70455F
RGB
CMYK
RGB Variations
Color information
#70455F (or 0x70455F) is known color: Cosmic. HEX triplet: 70, 45 and 5F. RGB value is (112,69,95). Sum of RGB (Red+Green+Blue) = 112+69+95=276 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.58% from 276); Green value is 69 (27.34% from 255 or 25% from 276); Blue value is 95 (37.5% from 255 or 34.42% from 276); Max value from RGB is 112 - color contains mainly: red. Hex color #70455F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70455F is #8FBAA0. Grayscale: #545454. Windows color (decimal): -9419425 or 6243696. OLE color: 6243696.
HSL color Cylindrical-coordinate representation of color #70455F: hue angle of 323.72º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #70455F is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 69 | 95 | - |
| CMYK | 0 | 0.38 | 0.15 | 0.56 |
| HSL | 323.72º | 0.24% | 0.35% | - |
| HSV(B) | 323.72º | 0.38% | 0.44% | - |
| XYZ | 10.88 | 8.53 | 11.9 | - |
| YUV | 84.82 | 133.75 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 69 | 95 | 0 | 0.38 | 0.15 | 0.56 | 323.72 | 0.24 | 0.35 |
| Hex | 70 | 45 | 5F | 0 | 26 | F | 38 | 144 | 18 | 23 |
| Octal | 160 | 105 | 137 | 0 | 46 | 17 | 70 | 504 | 30 | 43 |
| Binary | 1110000 | 1000101 | 1011111 | 0 | 100110 | 1111 | 111000 | 101000100 | 11000 | 100011 |
Color Harmonies of #70455F
Complementary color
Monochromatic Colors of #70455F
Black with #70455F
Text Example
Text Example
White with #70455F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70455F; }
p { color: rgb(112,69,95); }
H1.HeaderClassName
{
color: #70455F;
}
.AnyTagClassName
{
color: #70455F;
}
</style>
background-color css
<style>
a { background-color: #70455F; }
a { background-color: rgb(112,69,95); }
div.DivClassName
{
background-color: #70455F;
}
.BgClassName
{
background-color: #70455F;
}
</style>
border-color css
<style>
span { border-color: #70455F; }
span { border-color: rgb(112,69,95); }
td.TdClassName
{
border-color: #70455F;
}
.TagClassName
{
border-color: #70455F;
}
</style>