Shades of Schooner #8B8276
Tints of Schooner #8B8276
RGB
CMYK
RGB Variations
Color information
#8B8276 (or 0x8B8276) is known color: Schooner. HEX triplet: 8B, 82 and 76. RGB value is (139,130,118). Sum of RGB (Red+Green+Blue) = 139+130+118=387 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.92% from 387); Green value is 130 (51.17% from 255 or 33.59% from 387); Blue value is 118 (46.48% from 255 or 30.49% from 387); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8276 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8276 is #747D89. Grayscale: #838383. Windows color (decimal): -7634314 or 7766667. OLE color: 7766667.
HSL color Cylindrical-coordinate representation of color #8B8276: hue angle of 34.29º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8B8276 is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 130 | 118 | - |
| CMYK | 0 | 0.06 | 0.15 | 0.45 |
| HSL | 34.29º | 0.08% | 0.5% | - |
| HSV(B) | 34.29º | 0.15% | 0.55% | - |
| XYZ | 21.9 | 22.76 | 20.38 | - |
| YUV | 131.32 | 120.48 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 130 | 118 | 0 | 0.06 | 0.15 | 0.45 | 34.29 | 0.08 | 0.5 |
| Hex | 8B | 82 | 76 | 0 | 6 | F | 2D | 22 | 8 | 32 |
| Octal | 213 | 202 | 166 | 0 | 6 | 17 | 55 | 42 | 10 | 62 |
| Binary | 10001011 | 10000010 | 1110110 | 0 | 110 | 1111 | 101101 | 100010 | 1000 | 110010 |
Color Harmonies of #8B8276
Complementary color
Monochromatic Colors of #8B8276
Black with #8B8276
Text Example
Text Example
White with #8B8276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8276; }
p { color: rgb(139,130,118); }
H1.HeaderClassName
{
color: #8B8276;
}
.AnyTagClassName
{
color: #8B8276;
}
</style>
background-color css
<style>
a { background-color: #8B8276; }
a { background-color: rgb(139,130,118); }
div.DivClassName
{
background-color: #8B8276;
}
.BgClassName
{
background-color: #8B8276;
}
</style>
border-color css
<style>
span { border-color: #8B8276; }
span { border-color: rgb(139,130,118); }
td.TdClassName
{
border-color: #8B8276;
}
.TagClassName
{
border-color: #8B8276;
}
</style>