Shades of Cosmic #845A70
Tints of Cosmic #845A70
RGB
CMYK
RGB Variations
Color information
#845A70 (or 0x845A70) is known color: Cosmic. HEX triplet: 84, 5A and 70. RGB value is (132,90,112). Sum of RGB (Red+Green+Blue) = 132+90+112=334 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.52% from 334); Green value is 90 (35.55% from 255 or 26.95% from 334); Blue value is 112 (44.14% from 255 or 33.53% from 334); Max value from RGB is 132 - color contains mainly: red. Hex color #845A70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845A70 is #7BA58F. Grayscale: #696969. Windows color (decimal): -8103312 or 7363204. OLE color: 7363204.
HSL color Cylindrical-coordinate representation of color #845A70: hue angle of 328.57º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #845A70 is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 90 | 112 | - |
| CMYK | 0 | 0.32 | 0.15 | 0.48 |
| HSL | 328.57º | 0.19% | 0.44% | - |
| HSV(B) | 328.57º | 0.32% | 0.52% | - |
| XYZ | 16.1 | 13.39 | 17.06 | - |
| YUV | 105.07 | 131.91 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 90 | 112 | 0 | 0.32 | 0.15 | 0.48 | 328.57 | 0.19 | 0.44 |
| Hex | 84 | 5A | 70 | 0 | 20 | F | 30 | 149 | 13 | 2C |
| Octal | 204 | 132 | 160 | 0 | 40 | 17 | 60 | 511 | 23 | 54 |
| Binary | 10000100 | 1011010 | 1110000 | 0 | 100000 | 1111 | 110000 | 101001001 | 10011 | 101100 |
Color Harmonies of #845A70
Complementary color
Monochromatic Colors of #845A70
Black with #845A70
Text Example
Text Example
White with #845A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845A70; }
p { color: rgb(132,90,112); }
H1.HeaderClassName
{
color: #845A70;
}
.AnyTagClassName
{
color: #845A70;
}
</style>
background-color css
<style>
a { background-color: #845A70; }
a { background-color: rgb(132,90,112); }
div.DivClassName
{
background-color: #845A70;
}
.BgClassName
{
background-color: #845A70;
}
</style>
border-color css
<style>
span { border-color: #845A70; }
span { border-color: rgb(132,90,112); }
td.TdClassName
{
border-color: #845A70;
}
.TagClassName
{
border-color: #845A70;
}
</style>