Shades of Schooner #8A847B
Tints of Schooner #8A847B
RGB
CMYK
RGB Variations
Color information
#8A847B (or 0x8A847B) is known color: Schooner. HEX triplet: 8A, 84 and 7B. RGB value is (138,132,123). Sum of RGB (Red+Green+Blue) = 138+132+123=393 (52% of max value = 765). Red value is 138 (54.30% from 255 or 35.11% from 393); Green value is 132 (51.95% from 255 or 33.59% from 393); Blue value is 123 (48.44% from 255 or 31.30% from 393); Max value from RGB is 138 - color contains mainly: red. Hex color #8A847B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A847B is #757B84. Grayscale: #848484. Windows color (decimal): -7699333 or 8094858. OLE color: 8094858.
HSL color Cylindrical-coordinate representation of color #8A847B: hue angle of 36º 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 #8A847B is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 132 | 123 | - |
| CMYK | 0 | 0.04 | 0.11 | 0.46 |
| HSL | 36º | 0.06% | 0.51% | - |
| HSV(B) | 36º | 0.11% | 0.54% | - |
| XYZ | 22.31 | 23.34 | 22.07 | - |
| YUV | 132.77 | 122.49 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 132 | 123 | 0 | 0.04 | 0.11 | 0.46 | 36 | 0.06 | 0.51 |
| Hex | 8A | 84 | 7B | 0 | 4 | B | 2E | 24 | 6 | 33 |
| Octal | 212 | 204 | 173 | 0 | 4 | 13 | 56 | 44 | 6 | 63 |
| Binary | 10001010 | 10000100 | 1111011 | 0 | 100 | 1011 | 101110 | 100100 | 110 | 110011 |
Color Harmonies of #8A847B
Complementary color
Monochromatic Colors of #8A847B
Black with #8A847B
Text Example
Text Example
White with #8A847B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A847B; }
p { color: rgb(138,132,123); }
H1.HeaderClassName
{
color: #8A847B;
}
.AnyTagClassName
{
color: #8A847B;
}
</style>
background-color css
<style>
a { background-color: #8A847B; }
a { background-color: rgb(138,132,123); }
div.DivClassName
{
background-color: #8A847B;
}
.BgClassName
{
background-color: #8A847B;
}
</style>
border-color css
<style>
span { border-color: #8A847B; }
span { border-color: rgb(138,132,123); }
td.TdClassName
{
border-color: #8A847B;
}
.TagClassName
{
border-color: #8A847B;
}
</style>