Shades of Schooner #898074
Tints of Schooner #898074
RGB
CMYK
RGB Variations
Color information
#898074 (or 0x898074) is known color: Schooner. HEX triplet: 89, 80 and 74. RGB value is (137,128,116). Sum of RGB (Red+Green+Blue) = 137+128+116=381 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.96% from 381); Green value is 128 (50.39% from 255 or 33.60% from 381); Blue value is 116 (45.70% from 255 or 30.45% from 381); Max value from RGB is 137 - color contains mainly: red. Hex color #898074 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898074 is #767F8B. Grayscale: #818181. Windows color (decimal): -7765900 or 7635081. OLE color: 7635081.
HSL color Cylindrical-coordinate representation of color #898074: hue angle of 34.29º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #898074 is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 128 | 116 | - |
| CMYK | 0 | 0.07 | 0.15 | 0.46 |
| HSL | 34.29º | 0.08% | 0.5% | - |
| HSV(B) | 34.29º | 0.15% | 0.54% | - |
| XYZ | 21.19 | 22.02 | 19.66 | - |
| YUV | 129.32 | 120.48 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 128 | 116 | 0 | 0.07 | 0.15 | 0.46 | 34.29 | 0.08 | 0.5 |
| Hex | 89 | 80 | 74 | 0 | 7 | F | 2E | 22 | 8 | 32 |
| Octal | 211 | 200 | 164 | 0 | 7 | 17 | 56 | 42 | 10 | 62 |
| Binary | 10001001 | 10000000 | 1110100 | 0 | 111 | 1111 | 101110 | 100010 | 1000 | 110010 |
Color Harmonies of #898074
Complementary color
Monochromatic Colors of #898074
Black with #898074
Text Example
Text Example
White with #898074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898074; }
p { color: rgb(137,128,116); }
H1.HeaderClassName
{
color: #898074;
}
.AnyTagClassName
{
color: #898074;
}
</style>
background-color css
<style>
a { background-color: #898074; }
a { background-color: rgb(137,128,116); }
div.DivClassName
{
background-color: #898074;
}
.BgClassName
{
background-color: #898074;
}
</style>
border-color css
<style>
span { border-color: #898074; }
span { border-color: rgb(137,128,116); }
td.TdClassName
{
border-color: #898074;
}
.TagClassName
{
border-color: #898074;
}
</style>