Shades of Schooner #89857F
Tints of Schooner #89857F
RGB
CMYK
RGB Variations
Color information
#89857F (or 0x89857F) is known color: Schooner. HEX triplet: 89, 85 and 7F. RGB value is (137,133,127). Sum of RGB (Red+Green+Blue) = 137+133+127=397 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.51% from 397); Green value is 133 (52.34% from 255 or 33.50% from 397); Blue value is 127 (50% from 255 or 31.99% from 397); Max value from RGB is 137 - color contains mainly: red. Hex color #89857F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89857F is #767A80. Grayscale: #858585. Windows color (decimal): -7764609 or 8357257. OLE color: 8357257.
HSL color Cylindrical-coordinate representation of color #89857F: hue angle of 36º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #89857F is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 133 | 127 | - |
| CMYK | 0 | 0.03 | 0.07 | 0.46 |
| HSL | 36º | 0.04% | 0.52% | - |
| HSV(B) | 36º | 0.07% | 0.54% | - |
| XYZ | 22.53 | 23.63 | 23.45 | - |
| YUV | 133.51 | 124.33 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 133 | 127 | 0 | 0.03 | 0.07 | 0.46 | 36 | 0.04 | 0.52 |
| Hex | 89 | 85 | 7F | 0 | 3 | 7 | 2E | 24 | 4 | 34 |
| Octal | 211 | 205 | 177 | 0 | 3 | 7 | 56 | 44 | 4 | 64 |
| Binary | 10001001 | 10000101 | 1111111 | 0 | 11 | 111 | 101110 | 100100 | 100 | 110100 |
Color Harmonies of #89857F
Complementary color
Monochromatic Colors of #89857F
Black with #89857F
Text Example
Text Example
White with #89857F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89857F; }
p { color: rgb(137,133,127); }
H1.HeaderClassName
{
color: #89857F;
}
.AnyTagClassName
{
color: #89857F;
}
</style>
background-color css
<style>
a { background-color: #89857F; }
a { background-color: rgb(137,133,127); }
div.DivClassName
{
background-color: #89857F;
}
.BgClassName
{
background-color: #89857F;
}
</style>
border-color css
<style>
span { border-color: #89857F; }
span { border-color: rgb(137,133,127); }
td.TdClassName
{
border-color: #89857F;
}
.TagClassName
{
border-color: #89857F;
}
</style>