Shades of Schooner #89847F
Tints of Schooner #89847F
RGB
CMYK
RGB Variations
Color information
#89847F (or 0x89847F) is known color: Schooner. HEX triplet: 89, 84 and 7F. RGB value is (137,132,127). Sum of RGB (Red+Green+Blue) = 137+132+127=396 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.60% from 396); Green value is 132 (51.95% from 255 or 33.33% from 396); Blue value is 127 (50% from 255 or 32.07% from 396); Max value from RGB is 137 - color contains mainly: red. Hex color #89847F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89847F is #767B80. Grayscale: #848484. Windows color (decimal): -7764865 or 8357001. OLE color: 8357001.
HSL color Cylindrical-coordinate representation of color #89847F: hue angle of 30º 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 #89847F is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 132 | 127 | - |
| CMYK | 0 | 0.04 | 0.07 | 0.46 |
| HSL | 30º | 0.04% | 0.52% | - |
| HSV(B) | 30º | 0.07% | 0.54% | - |
| XYZ | 22.4 | 23.35 | 23.41 | - |
| YUV | 132.93 | 124.66 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 132 | 127 | 0 | 0.04 | 0.07 | 0.46 | 30 | 0.04 | 0.52 |
| Hex | 89 | 84 | 7F | 0 | 4 | 7 | 2E | 1E | 4 | 34 |
| Octal | 211 | 204 | 177 | 0 | 4 | 7 | 56 | 36 | 4 | 64 |
| Binary | 10001001 | 10000100 | 1111111 | 0 | 100 | 111 | 101110 | 11110 | 100 | 110100 |
Color Harmonies of #89847F
Complementary color
Monochromatic Colors of #89847F
Black with #89847F
Text Example
Text Example
White with #89847F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89847F; }
p { color: rgb(137,132,127); }
H1.HeaderClassName
{
color: #89847F;
}
.AnyTagClassName
{
color: #89847F;
}
</style>
background-color css
<style>
a { background-color: #89847F; }
a { background-color: rgb(137,132,127); }
div.DivClassName
{
background-color: #89847F;
}
.BgClassName
{
background-color: #89847F;
}
</style>
border-color css
<style>
span { border-color: #89847F; }
span { border-color: rgb(137,132,127); }
td.TdClassName
{
border-color: #89847F;
}
.TagClassName
{
border-color: #89847F;
}
</style>