Shades of Cosmic #80576B
Tints of Cosmic #80576B
RGB
CMYK
RGB Variations
Color information
#80576B (or 0x80576B) is known color: Cosmic. HEX triplet: 80, 57 and 6B. RGB value is (128,87,107). Sum of RGB (Red+Green+Blue) = 128+87+107=322 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.75% from 322); Green value is 87 (34.38% from 255 or 27.02% from 322); Blue value is 107 (42.19% from 255 or 33.23% from 322); Max value from RGB is 128 - color contains mainly: red. Hex color #80576B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80576B is #7FA894. Grayscale: #656565. Windows color (decimal): -8366229 or 7034752. OLE color: 7034752.
HSL color Cylindrical-coordinate representation of color #80576B: hue angle of 330.73º 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 #80576B is Cyan = 0, Magento = 0.32, Yellow = 0.16 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 87 | 107 | - |
| CMYK | 0 | 0.32 | 0.16 | 0.50 |
| HSL | 330.73º | 0.19% | 0.42% | - |
| HSV(B) | 330.73º | 0.32% | 0.5% | - |
| XYZ | 14.96 | 12.47 | 15.53 | - |
| YUV | 101.54 | 131.08 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 87 | 107 | 0 | 0.32 | 0.16 | 0.50 | 330.73 | 0.19 | 0.42 |
| Hex | 80 | 57 | 6B | 0 | 20 | 10 | 32 | 14B | 13 | 2A |
| Octal | 200 | 127 | 153 | 0 | 40 | 20 | 62 | 513 | 23 | 52 |
| Binary | 10000000 | 1010111 | 1101011 | 0 | 100000 | 10000 | 110010 | 101001011 | 10011 | 101010 |
Color Harmonies of #80576B
Complementary color
Monochromatic Colors of #80576B
Black with #80576B
Text Example
Text Example
White with #80576B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80576B; }
p { color: rgb(128,87,107); }
H1.HeaderClassName
{
color: #80576B;
}
.AnyTagClassName
{
color: #80576B;
}
</style>
background-color css
<style>
a { background-color: #80576B; }
a { background-color: rgb(128,87,107); }
div.DivClassName
{
background-color: #80576B;
}
.BgClassName
{
background-color: #80576B;
}
</style>
border-color css
<style>
span { border-color: #80576B; }
span { border-color: rgb(128,87,107); }
td.TdClassName
{
border-color: #80576B;
}
.TagClassName
{
border-color: #80576B;
}
</style>