Shades of Schooner #898176
Tints of Schooner #898176
RGB
CMYK
RGB Variations
Color information
#898176 (or 0x898176) is known color: Schooner. HEX triplet: 89, 81 and 76. RGB value is (137,129,118). Sum of RGB (Red+Green+Blue) = 137+129+118=384 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.68% from 384); Green value is 129 (50.78% from 255 or 33.59% from 384); Blue value is 118 (46.48% from 255 or 30.73% from 384); Max value from RGB is 137 - color contains mainly: red. Hex color #898176 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898176 is #767E89. Grayscale: #828282. Windows color (decimal): -7765642 or 7766409. OLE color: 7766409.
HSL color Cylindrical-coordinate representation of color #898176: hue angle of 34.74º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #898176 is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 129 | 118 | - |
| CMYK | 0 | 0.06 | 0.14 | 0.46 |
| HSL | 34.74º | 0.07% | 0.5% | - |
| HSV(B) | 34.74º | 0.14% | 0.54% | - |
| XYZ | 21.44 | 22.33 | 20.32 | - |
| YUV | 130.14 | 121.15 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 129 | 118 | 0 | 0.06 | 0.14 | 0.46 | 34.74 | 0.07 | 0.5 |
| Hex | 89 | 81 | 76 | 0 | 6 | E | 2E | 23 | 7 | 32 |
| Octal | 211 | 201 | 166 | 0 | 6 | 16 | 56 | 43 | 7 | 62 |
| Binary | 10001001 | 10000001 | 1110110 | 0 | 110 | 1110 | 101110 | 100011 | 111 | 110010 |
Color Harmonies of #898176
Complementary color
Monochromatic Colors of #898176
Black with #898176
Text Example
Text Example
White with #898176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898176; }
p { color: rgb(137,129,118); }
H1.HeaderClassName
{
color: #898176;
}
.AnyTagClassName
{
color: #898176;
}
</style>
background-color css
<style>
a { background-color: #898176; }
a { background-color: rgb(137,129,118); }
div.DivClassName
{
background-color: #898176;
}
.BgClassName
{
background-color: #898176;
}
</style>
border-color css
<style>
span { border-color: #898176; }
span { border-color: rgb(137,129,118); }
td.TdClassName
{
border-color: #898176;
}
.TagClassName
{
border-color: #898176;
}
</style>