Shades of Schooner #8B8071
Tints of Schooner #8B8071
RGB
CMYK
RGB Variations
Color information
#8B8071 (or 0x8B8071) is known color: Schooner. HEX triplet: 8B, 80 and 71. RGB value is (139,128,113). Sum of RGB (Red+Green+Blue) = 139+128+113=380 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.58% from 380); Green value is 128 (50.39% from 255 or 33.68% from 380); Blue value is 113 (44.53% from 255 or 29.74% from 380); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8071 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8071 is #747F8E. Grayscale: #818181. Windows color (decimal): -7634831 or 7438475. OLE color: 7438475.
HSL color Cylindrical-coordinate representation of color #8B8071: hue angle of 34.62º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8B8071 is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 128 | 113 | - |
| CMYK | 0 | 0.08 | 0.19 | 0.45 |
| HSL | 34.62º | 0.1% | 0.49% | - |
| HSV(B) | 34.62º | 0.19% | 0.55% | - |
| XYZ | 21.35 | 22.12 | 18.77 | - |
| YUV | 129.58 | 118.64 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 128 | 113 | 0 | 0.08 | 0.19 | 0.45 | 34.62 | 0.1 | 0.49 |
| Hex | 8B | 80 | 71 | 0 | 8 | 13 | 2D | 23 | A | 31 |
| Octal | 213 | 200 | 161 | 0 | 10 | 23 | 55 | 43 | 12 | 61 |
| Binary | 10001011 | 10000000 | 1110001 | 0 | 1000 | 10011 | 101101 | 100011 | 1010 | 110001 |
Color Harmonies of #8B8071
Complementary color
Monochromatic Colors of #8B8071
Black with #8B8071
Text Example
Text Example
White with #8B8071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8071; }
p { color: rgb(139,128,113); }
H1.HeaderClassName
{
color: #8B8071;
}
.AnyTagClassName
{
color: #8B8071;
}
</style>
background-color css
<style>
a { background-color: #8B8071; }
a { background-color: rgb(139,128,113); }
div.DivClassName
{
background-color: #8B8071;
}
.BgClassName
{
background-color: #8B8071;
}
</style>
border-color css
<style>
span { border-color: #8B8071; }
span { border-color: rgb(139,128,113); }
td.TdClassName
{
border-color: #8B8071;
}
.TagClassName
{
border-color: #8B8071;
}
</style>