Shades of Schooner #8A8071
Tints of Schooner #8A8071
RGB
CMYK
RGB Variations
Color information
#8A8071 (or 0x8A8071) is known color: Schooner. HEX triplet: 8A, 80 and 71. RGB value is (138,128,113). Sum of RGB (Red+Green+Blue) = 138+128+113=379 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.41% from 379); Green value is 128 (50.39% from 255 or 33.77% from 379); Blue value is 113 (44.53% from 255 or 29.82% from 379); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8071 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8071 is #757F8E. Grayscale: #818181. Windows color (decimal): -7700367 or 7438474. OLE color: 7438474.
HSL color Cylindrical-coordinate representation of color #8A8071: hue angle of 36º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8A8071 is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 128 | 113 | - |
| CMYK | 0 | 0.07 | 0.18 | 0.46 |
| HSL | 36º | 0.1% | 0.49% | - |
| HSV(B) | 36º | 0.18% | 0.54% | - |
| XYZ | 21.18 | 22.03 | 18.76 | - |
| YUV | 129.28 | 118.81 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 128 | 113 | 0 | 0.07 | 0.18 | 0.46 | 36 | 0.1 | 0.49 |
| Hex | 8A | 80 | 71 | 0 | 7 | 12 | 2E | 24 | A | 31 |
| Octal | 212 | 200 | 161 | 0 | 7 | 22 | 56 | 44 | 12 | 61 |
| Binary | 10001010 | 10000000 | 1110001 | 0 | 111 | 10010 | 101110 | 100100 | 1010 | 110001 |
Color Harmonies of #8A8071
Complementary color
Monochromatic Colors of #8A8071
Black with #8A8071
Text Example
Text Example
White with #8A8071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8071; }
p { color: rgb(138,128,113); }
H1.HeaderClassName
{
color: #8A8071;
}
.AnyTagClassName
{
color: #8A8071;
}
</style>
background-color css
<style>
a { background-color: #8A8071; }
a { background-color: rgb(138,128,113); }
div.DivClassName
{
background-color: #8A8071;
}
.BgClassName
{
background-color: #8A8071;
}
</style>
border-color css
<style>
span { border-color: #8A8071; }
span { border-color: rgb(138,128,113); }
td.TdClassName
{
border-color: #8A8071;
}
.TagClassName
{
border-color: #8A8071;
}
</style>