Shades of Schooner #857F78
Tints of Schooner #857F78
RGB
CMYK
RGB Variations
Color information
#857F78 (or 0x857F78) is known color: Schooner. HEX triplet: 85, 7F and 78. RGB value is (133,127,120). Sum of RGB (Red+Green+Blue) = 133+127+120=380 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35% from 380); Green value is 127 (50% from 255 or 33.42% from 380); Blue value is 120 (47.27% from 255 or 31.58% from 380); Max value from RGB is 133 - color contains mainly: red. Hex color #857F78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857F78 is #7A8087. Grayscale: #808080. Windows color (decimal): -8028296 or 7896965. OLE color: 7896965.
HSL color Cylindrical-coordinate representation of color #857F78: hue angle of 32.31º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #857F78 is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 127 | 120 | - |
| CMYK | 0 | 0.05 | 0.10 | 0.48 |
| HSL | 32.31º | 0.05% | 0.5% | - |
| HSV(B) | 32.31º | 0.1% | 0.52% | - |
| XYZ | 20.65 | 21.52 | 20.83 | - |
| YUV | 128 | 123.49 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 127 | 120 | 0 | 0.05 | 0.10 | 0.48 | 32.31 | 0.05 | 0.5 |
| Hex | 85 | 7F | 78 | 0 | 5 | A | 30 | 20 | 5 | 32 |
| Octal | 205 | 177 | 170 | 0 | 5 | 12 | 60 | 40 | 5 | 62 |
| Binary | 10000101 | 1111111 | 1111000 | 0 | 101 | 1010 | 110000 | 100000 | 101 | 110010 |
Color Harmonies of #857F78
Complementary color
Monochromatic Colors of #857F78
Black with #857F78
Text Example
Text Example
White with #857F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857F78; }
p { color: rgb(133,127,120); }
H1.HeaderClassName
{
color: #857F78;
}
.AnyTagClassName
{
color: #857F78;
}
</style>
background-color css
<style>
a { background-color: #857F78; }
a { background-color: rgb(133,127,120); }
div.DivClassName
{
background-color: #857F78;
}
.BgClassName
{
background-color: #857F78;
}
</style>
border-color css
<style>
span { border-color: #857F78; }
span { border-color: rgb(133,127,120); }
td.TdClassName
{
border-color: #857F78;
}
.TagClassName
{
border-color: #857F78;
}
</style>