Shades of Cosmic #805769
Tints of Cosmic #805769
RGB
CMYK
RGB Variations
Color information
#805769 (or 0x805769) is known color: Cosmic. HEX triplet: 80, 57 and 69. RGB value is (128,87,105). Sum of RGB (Red+Green+Blue) = 128+87+105=320 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40% from 320); Green value is 87 (34.38% from 255 or 27.19% from 320); Blue value is 105 (41.41% from 255 or 32.81% from 320); Max value from RGB is 128 - color contains mainly: red. Hex color #805769 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805769 is #7FA896. Grayscale: #656565. Windows color (decimal): -8366231 or 6903680. OLE color: 6903680.
HSL color Cylindrical-coordinate representation of color #805769: hue angle of 333.66º 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 #805769 is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 87 | 105 | - |
| CMYK | 0 | 0.32 | 0.18 | 0.50 |
| HSL | 333.66º | 0.19% | 0.42% | - |
| HSV(B) | 333.66º | 0.32% | 0.5% | - |
| XYZ | 14.86 | 12.43 | 14.98 | - |
| YUV | 101.31 | 130.08 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 87 | 105 | 0 | 0.32 | 0.18 | 0.50 | 333.66 | 0.19 | 0.42 |
| Hex | 80 | 57 | 69 | 0 | 20 | 12 | 32 | 14E | 13 | 2A |
| Octal | 200 | 127 | 151 | 0 | 40 | 22 | 62 | 516 | 23 | 52 |
| Binary | 10000000 | 1010111 | 1101001 | 0 | 100000 | 10010 | 110010 | 101001110 | 10011 | 101010 |
Color Harmonies of #805769
Complementary color
Monochromatic Colors of #805769
Black with #805769
Text Example
Text Example
White with #805769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805769; }
p { color: rgb(128,87,105); }
H1.HeaderClassName
{
color: #805769;
}
.AnyTagClassName
{
color: #805769;
}
</style>
background-color css
<style>
a { background-color: #805769; }
a { background-color: rgb(128,87,105); }
div.DivClassName
{
background-color: #805769;
}
.BgClassName
{
background-color: #805769;
}
</style>
border-color css
<style>
span { border-color: #805769; }
span { border-color: rgb(128,87,105); }
td.TdClassName
{
border-color: #805769;
}
.TagClassName
{
border-color: #805769;
}
</style>