Shades of Schooner #8A837B
Tints of Schooner #8A837B
RGB
CMYK
RGB Variations
Color information
#8A837B (or 0x8A837B) is known color: Schooner. HEX triplet: 8A, 83 and 7B. RGB value is (138,131,123). Sum of RGB (Red+Green+Blue) = 138+131+123=392 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.20% from 392); Green value is 131 (51.56% from 255 or 33.42% from 392); Blue value is 123 (48.44% from 255 or 31.38% from 392); Max value from RGB is 138 - color contains mainly: red. Hex color #8A837B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A837B is #757C84. Grayscale: #848484. Windows color (decimal): -7699589 or 8094602. OLE color: 8094602.
HSL color Cylindrical-coordinate representation of color #8A837B: 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 #8A837B is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 131 | 123 | - |
| CMYK | 0 | 0.05 | 0.11 | 0.46 |
| HSL | 32º | 0.06% | 0.51% | - |
| HSV(B) | 32º | 0.11% | 0.54% | - |
| XYZ | 22.17 | 23.07 | 22.02 | - |
| YUV | 132.18 | 122.82 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 131 | 123 | 0 | 0.05 | 0.11 | 0.46 | 32 | 0.06 | 0.51 |
| Hex | 8A | 83 | 7B | 0 | 5 | B | 2E | 20 | 6 | 33 |
| Octal | 212 | 203 | 173 | 0 | 5 | 13 | 56 | 40 | 6 | 63 |
| Binary | 10001010 | 10000011 | 1111011 | 0 | 101 | 1011 | 101110 | 100000 | 110 | 110011 |
Color Harmonies of #8A837B
Complementary color
Monochromatic Colors of #8A837B
Black with #8A837B
Text Example
Text Example
White with #8A837B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A837B; }
p { color: rgb(138,131,123); }
H1.HeaderClassName
{
color: #8A837B;
}
.AnyTagClassName
{
color: #8A837B;
}
</style>
background-color css
<style>
a { background-color: #8A837B; }
a { background-color: rgb(138,131,123); }
div.DivClassName
{
background-color: #8A837B;
}
.BgClassName
{
background-color: #8A837B;
}
</style>
border-color css
<style>
span { border-color: #8A837B; }
span { border-color: rgb(138,131,123); }
td.TdClassName
{
border-color: #8A837B;
}
.TagClassName
{
border-color: #8A837B;
}
</style>