Shades of Schooner #8B8781
Tints of Schooner #8B8781
RGB
CMYK
RGB Variations
Color information
#8B8781 (or 0x8B8781) is known color: Schooner. HEX triplet: 8B, 87 and 81. RGB value is (139,135,129). Sum of RGB (Red+Green+Blue) = 139+135+129=403 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.49% from 403); Green value is 135 (53.12% from 255 or 33.50% from 403); Blue value is 129 (50.78% from 255 or 32.01% from 403); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8781 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8781 is #74787E. Grayscale: #878787. Windows color (decimal): -7633023 or 8488843. OLE color: 8488843.
HSL color Cylindrical-coordinate representation of color #8B8781: hue angle of 36º degrees, saturation: 0.04, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #8B8781 is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 135 | 129 | - |
| CMYK | 0 | 0.03 | 0.07 | 0.45 |
| HSL | 36º | 0.04% | 0.53% | - |
| HSV(B) | 36º | 0.07% | 0.55% | - |
| XYZ | 23.27 | 24.4 | 24.25 | - |
| YUV | 135.51 | 124.33 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 135 | 129 | 0 | 0.03 | 0.07 | 0.45 | 36 | 0.04 | 0.53 |
| Hex | 8B | 87 | 81 | 0 | 3 | 7 | 2D | 24 | 4 | 35 |
| Octal | 213 | 207 | 201 | 0 | 3 | 7 | 55 | 44 | 4 | 65 |
| Binary | 10001011 | 10000111 | 10000001 | 0 | 11 | 111 | 101101 | 100100 | 100 | 110101 |
Color Harmonies of #8B8781
Complementary color
Monochromatic Colors of #8B8781
Black with #8B8781
Text Example
Text Example
White with #8B8781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8781; }
p { color: rgb(139,135,129); }
H1.HeaderClassName
{
color: #8B8781;
}
.AnyTagClassName
{
color: #8B8781;
}
</style>
background-color css
<style>
a { background-color: #8B8781; }
a { background-color: rgb(139,135,129); }
div.DivClassName
{
background-color: #8B8781;
}
.BgClassName
{
background-color: #8B8781;
}
</style>
border-color css
<style>
span { border-color: #8B8781; }
span { border-color: rgb(139,135,129); }
td.TdClassName
{
border-color: #8B8781;
}
.TagClassName
{
border-color: #8B8781;
}
</style>