Shades of Schooner #898073
Tints of Schooner #898073
RGB
CMYK
RGB Variations
Color information
#898073 (or 0x898073) is known color: Schooner. HEX triplet: 89, 80 and 73. RGB value is (137,128,115). Sum of RGB (Red+Green+Blue) = 137+128+115=380 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.05% from 380); Green value is 128 (50.39% from 255 or 33.68% from 380); Blue value is 115 (45.31% from 255 or 30.26% from 380); Max value from RGB is 137 - color contains mainly: red. Hex color #898073 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898073 is #767F8C. Grayscale: #818181. Windows color (decimal): -7765901 or 7569545. OLE color: 7569545.
HSL color Cylindrical-coordinate representation of color #898073: hue angle of 35.45º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #898073 is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 128 | 115 | - |
| CMYK | 0 | 0.07 | 0.16 | 0.46 |
| HSL | 35.45º | 0.09% | 0.49% | - |
| HSV(B) | 35.45º | 0.16% | 0.54% | - |
| XYZ | 21.13 | 21.99 | 19.35 | - |
| YUV | 129.21 | 119.98 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 128 | 115 | 0 | 0.07 | 0.16 | 0.46 | 35.45 | 0.09 | 0.49 |
| Hex | 89 | 80 | 73 | 0 | 7 | 10 | 2E | 23 | 9 | 31 |
| Octal | 211 | 200 | 163 | 0 | 7 | 20 | 56 | 43 | 11 | 61 |
| Binary | 10001001 | 10000000 | 1110011 | 0 | 111 | 10000 | 101110 | 100011 | 1001 | 110001 |
Color Harmonies of #898073
Complementary color
Monochromatic Colors of #898073
Black with #898073
Text Example
Text Example
White with #898073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898073; }
p { color: rgb(137,128,115); }
H1.HeaderClassName
{
color: #898073;
}
.AnyTagClassName
{
color: #898073;
}
</style>
background-color css
<style>
a { background-color: #898073; }
a { background-color: rgb(137,128,115); }
div.DivClassName
{
background-color: #898073;
}
.BgClassName
{
background-color: #898073;
}
</style>
border-color css
<style>
span { border-color: #898073; }
span { border-color: rgb(137,128,115); }
td.TdClassName
{
border-color: #898073;
}
.TagClassName
{
border-color: #898073;
}
</style>