Shades of Cosmic #805172
Tints of Cosmic #805172
RGB
CMYK
RGB Variations
Color information
#805172 (or 0x805172) is known color: Cosmic. HEX triplet: 80, 51 and 72. RGB value is (128,81,114). Sum of RGB (Red+Green+Blue) = 128+81+114=323 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.63% from 323); Green value is 81 (32.03% from 255 or 25.08% from 323); Blue value is 114 (44.92% from 255 or 35.29% from 323); Max value from RGB is 128 - color contains mainly: red. Hex color #805172 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805172 is #7FAE8D. Grayscale: #626262. Windows color (decimal): -8367758 or 7491968. OLE color: 7491968.
HSL color Cylindrical-coordinate representation of color #805172: hue angle of 317.87º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #805172 is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 81 | 114 | - |
| CMYK | 0 | 0.37 | 0.11 | 0.50 |
| HSL | 317.87º | 0.22% | 0.41% | - |
| HSV(B) | 317.87º | 0.37% | 0.5% | - |
| XYZ | 14.88 | 11.69 | 17.39 | - |
| YUV | 98.82 | 136.57 | 148.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 81 | 114 | 0 | 0.37 | 0.11 | 0.50 | 317.87 | 0.22 | 0.41 |
| Hex | 80 | 51 | 72 | 0 | 25 | B | 32 | 13E | 16 | 29 |
| Octal | 200 | 121 | 162 | 0 | 45 | 13 | 62 | 476 | 26 | 51 |
| Binary | 10000000 | 1010001 | 1110010 | 0 | 100101 | 1011 | 110010 | 100111110 | 10110 | 101001 |
Color Harmonies of #805172
Complementary color
Monochromatic Colors of #805172
Black with #805172
Text Example
Text Example
White with #805172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805172; }
p { color: rgb(128,81,114); }
H1.HeaderClassName
{
color: #805172;
}
.AnyTagClassName
{
color: #805172;
}
</style>
background-color css
<style>
a { background-color: #805172; }
a { background-color: rgb(128,81,114); }
div.DivClassName
{
background-color: #805172;
}
.BgClassName
{
background-color: #805172;
}
</style>
border-color css
<style>
span { border-color: #805172; }
span { border-color: rgb(128,81,114); }
td.TdClassName
{
border-color: #805172;
}
.TagClassName
{
border-color: #805172;
}
</style>