Shades of Schooner #89827A
Tints of Schooner #89827A
RGB
CMYK
RGB Variations
Color information
#89827A (or 0x89827A) is known color: Schooner. HEX triplet: 89, 82 and 7A. RGB value is (137,130,122). Sum of RGB (Red+Green+Blue) = 137+130+122=389 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.22% from 389); Green value is 130 (51.17% from 255 or 33.42% from 389); Blue value is 122 (48.05% from 255 or 31.36% from 389); Max value from RGB is 137 - color contains mainly: red. Hex color #89827A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89827A is #767D85. Grayscale: #838383. Windows color (decimal): -7765382 or 8028809. OLE color: 8028809.
HSL color Cylindrical-coordinate representation of color #89827A: hue angle of 32º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #89827A is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 130 | 122 | - |
| CMYK | 0 | 0.05 | 0.11 | 0.46 |
| HSL | 32º | 0.06% | 0.51% | - |
| HSV(B) | 32º | 0.11% | 0.54% | - |
| XYZ | 21.81 | 22.69 | 21.64 | - |
| YUV | 131.18 | 122.82 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 130 | 122 | 0 | 0.05 | 0.11 | 0.46 | 32 | 0.06 | 0.51 |
| Hex | 89 | 82 | 7A | 0 | 5 | B | 2E | 20 | 6 | 33 |
| Octal | 211 | 202 | 172 | 0 | 5 | 13 | 56 | 40 | 6 | 63 |
| Binary | 10001001 | 10000010 | 1111010 | 0 | 101 | 1011 | 101110 | 100000 | 110 | 110011 |
Color Harmonies of #89827A
Complementary color
Monochromatic Colors of #89827A
Black with #89827A
Text Example
Text Example
White with #89827A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89827A; }
p { color: rgb(137,130,122); }
H1.HeaderClassName
{
color: #89827A;
}
.AnyTagClassName
{
color: #89827A;
}
</style>
background-color css
<style>
a { background-color: #89827A; }
a { background-color: rgb(137,130,122); }
div.DivClassName
{
background-color: #89827A;
}
.BgClassName
{
background-color: #89827A;
}
</style>
border-color css
<style>
span { border-color: #89827A; }
span { border-color: rgb(137,130,122); }
td.TdClassName
{
border-color: #89827A;
}
.TagClassName
{
border-color: #89827A;
}
</style>