Shades of Schooner #85807A
Tints of Schooner #85807A
RGB
CMYK
RGB Variations
Color information
#85807A (or 0x85807A) is known color: Schooner. HEX triplet: 85, 80 and 7A. RGB value is (133,128,122). Sum of RGB (Red+Green+Blue) = 133+128+122=383 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.73% from 383); Green value is 128 (50.39% from 255 or 33.42% from 383); Blue value is 122 (48.05% from 255 or 31.85% from 383); Max value from RGB is 133 - color contains mainly: red. Hex color #85807A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85807A is #7A7F85. Grayscale: #808080. Windows color (decimal): -8028038 or 8028293. OLE color: 8028293.
HSL color Cylindrical-coordinate representation of color #85807A: hue angle of 32.73º degrees, saturation: 0.04, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #85807A is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 128 | 122 | - |
| CMYK | 0 | 0.04 | 0.08 | 0.48 |
| HSL | 32.73º | 0.04% | 0.5% | - |
| HSV(B) | 32.73º | 0.08% | 0.52% | - |
| XYZ | 20.9 | 21.83 | 21.52 | - |
| YUV | 128.81 | 124.16 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 128 | 122 | 0 | 0.04 | 0.08 | 0.48 | 32.73 | 0.04 | 0.5 |
| Hex | 85 | 80 | 7A | 0 | 4 | 8 | 30 | 21 | 4 | 32 |
| Octal | 205 | 200 | 172 | 0 | 4 | 10 | 60 | 41 | 4 | 62 |
| Binary | 10000101 | 10000000 | 1111010 | 0 | 100 | 1000 | 110000 | 100001 | 100 | 110010 |
Color Harmonies of #85807A
Complementary color
Monochromatic Colors of #85807A
Black with #85807A
Text Example
Text Example
White with #85807A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85807A; }
p { color: rgb(133,128,122); }
H1.HeaderClassName
{
color: #85807A;
}
.AnyTagClassName
{
color: #85807A;
}
</style>
background-color css
<style>
a { background-color: #85807A; }
a { background-color: rgb(133,128,122); }
div.DivClassName
{
background-color: #85807A;
}
.BgClassName
{
background-color: #85807A;
}
</style>
border-color css
<style>
span { border-color: #85807A; }
span { border-color: rgb(133,128,122); }
td.TdClassName
{
border-color: #85807A;
}
.TagClassName
{
border-color: #85807A;
}
</style>