Shades of Schooner #85807B
Tints of Schooner #85807B
RGB
CMYK
RGB Variations
Color information
#85807B (or 0x85807B) is known color: Schooner. HEX triplet: 85, 80 and 7B. RGB value is (133,128,123). Sum of RGB (Red+Green+Blue) = 133+128+123=384 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.64% from 384); Green value is 128 (50.39% from 255 or 33.33% from 384); Blue value is 123 (48.44% from 255 or 32.03% from 384); Max value from RGB is 133 - color contains mainly: red. Hex color #85807B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85807B is #7A7F84. Grayscale: #808080. Windows color (decimal): -8028037 or 8093829. OLE color: 8093829.
HSL color Cylindrical-coordinate representation of color #85807B: hue angle of 30º 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 #85807B is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 128 | 123 | - |
| CMYK | 0 | 0.04 | 0.08 | 0.48 |
| HSL | 30º | 0.04% | 0.5% | - |
| HSV(B) | 30º | 0.08% | 0.52% | - |
| XYZ | 20.97 | 21.85 | 21.85 | - |
| YUV | 128.93 | 124.66 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 128 | 123 | 0 | 0.04 | 0.08 | 0.48 | 30 | 0.04 | 0.5 |
| Hex | 85 | 80 | 7B | 0 | 4 | 8 | 30 | 1E | 4 | 32 |
| Octal | 205 | 200 | 173 | 0 | 4 | 10 | 60 | 36 | 4 | 62 |
| Binary | 10000101 | 10000000 | 1111011 | 0 | 100 | 1000 | 110000 | 11110 | 100 | 110010 |
Color Harmonies of #85807B
Complementary color
Monochromatic Colors of #85807B
Black with #85807B
Text Example
Text Example
White with #85807B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85807B; }
p { color: rgb(133,128,123); }
H1.HeaderClassName
{
color: #85807B;
}
.AnyTagClassName
{
color: #85807B;
}
</style>
background-color css
<style>
a { background-color: #85807B; }
a { background-color: rgb(133,128,123); }
div.DivClassName
{
background-color: #85807B;
}
.BgClassName
{
background-color: #85807B;
}
</style>
border-color css
<style>
span { border-color: #85807B; }
span { border-color: rgb(133,128,123); }
td.TdClassName
{
border-color: #85807B;
}
.TagClassName
{
border-color: #85807B;
}
</style>