Shades of Cosmic #80576E
Tints of Cosmic #80576E
RGB
CMYK
RGB Variations
Color information
#80576E (or 0x80576E) is known color: Cosmic. HEX triplet: 80, 57 and 6E. RGB value is (128,87,110). Sum of RGB (Red+Green+Blue) = 128+87+110=325 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.38% from 325); Green value is 87 (34.38% from 255 or 26.77% from 325); Blue value is 110 (43.36% from 255 or 33.85% from 325); Max value from RGB is 128 - color contains mainly: red. Hex color #80576E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80576E is #7FA891. Grayscale: #656565. Windows color (decimal): -8366226 or 7231360. OLE color: 7231360.
HSL color Cylindrical-coordinate representation of color #80576E: hue angle of 326.34º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #80576E is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 87 | 110 | - |
| CMYK | 0 | 0.32 | 0.14 | 0.50 |
| HSL | 326.34º | 0.19% | 0.42% | - |
| HSV(B) | 326.34º | 0.32% | 0.5% | - |
| XYZ | 15.12 | 12.53 | 16.37 | - |
| YUV | 101.88 | 132.58 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 87 | 110 | 0 | 0.32 | 0.14 | 0.50 | 326.34 | 0.19 | 0.42 |
| Hex | 80 | 57 | 6E | 0 | 20 | E | 32 | 146 | 13 | 2A |
| Octal | 200 | 127 | 156 | 0 | 40 | 16 | 62 | 506 | 23 | 52 |
| Binary | 10000000 | 1010111 | 1101110 | 0 | 100000 | 1110 | 110010 | 101000110 | 10011 | 101010 |
Color Harmonies of #80576E
Complementary color
Monochromatic Colors of #80576E
Black with #80576E
Text Example
Text Example
White with #80576E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80576E; }
p { color: rgb(128,87,110); }
H1.HeaderClassName
{
color: #80576E;
}
.AnyTagClassName
{
color: #80576E;
}
</style>
background-color css
<style>
a { background-color: #80576E; }
a { background-color: rgb(128,87,110); }
div.DivClassName
{
background-color: #80576E;
}
.BgClassName
{
background-color: #80576E;
}
</style>
border-color css
<style>
span { border-color: #80576E; }
span { border-color: rgb(128,87,110); }
td.TdClassName
{
border-color: #80576E;
}
.TagClassName
{
border-color: #80576E;
}
</style>