Shades of Cosmic #805F71
Tints of Cosmic #805F71
RGB
CMYK
RGB Variations
Color information
#805F71 (or 0x805F71) is known color: Cosmic. HEX triplet: 80, 5F and 71. RGB value is (128,95,113). Sum of RGB (Red+Green+Blue) = 128+95+113=336 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.10% from 336); Green value is 95 (37.5% from 255 or 28.27% from 336); Blue value is 113 (44.53% from 255 or 33.63% from 336); Max value from RGB is 128 - color contains mainly: red. Hex color #805F71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805F71 is #7FA08E. Grayscale: #6A6A6A. Windows color (decimal): -8364175 or 7430016. OLE color: 7430016.
HSL color Cylindrical-coordinate representation of color #805F71: hue angle of 327.27º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #805F71 is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 95 | 113 | - |
| CMYK | 0 | 0.26 | 0.12 | 0.50 |
| HSL | 327.27º | 0.15% | 0.44% | - |
| HSV(B) | 327.27º | 0.26% | 0.5% | - |
| XYZ | 15.97 | 13.97 | 17.48 | - |
| YUV | 106.92 | 131.43 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 95 | 113 | 0 | 0.26 | 0.12 | 0.50 | 327.27 | 0.15 | 0.44 |
| Hex | 80 | 5F | 71 | 0 | 1A | C | 32 | 147 | F | 2C |
| Octal | 200 | 137 | 161 | 0 | 32 | 14 | 62 | 507 | 17 | 54 |
| Binary | 10000000 | 1011111 | 1110001 | 0 | 11010 | 1100 | 110010 | 101000111 | 1111 | 101100 |
Color Harmonies of #805F71
Complementary color
Monochromatic Colors of #805F71
Black with #805F71
Text Example
Text Example
White with #805F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805F71; }
p { color: rgb(128,95,113); }
H1.HeaderClassName
{
color: #805F71;
}
.AnyTagClassName
{
color: #805F71;
}
</style>
background-color css
<style>
a { background-color: #805F71; }
a { background-color: rgb(128,95,113); }
div.DivClassName
{
background-color: #805F71;
}
.BgClassName
{
background-color: #805F71;
}
</style>
border-color css
<style>
span { border-color: #805F71; }
span { border-color: rgb(128,95,113); }
td.TdClassName
{
border-color: #805F71;
}
.TagClassName
{
border-color: #805F71;
}
</style>