Shades of Schooner #8B8476
Tints of Schooner #8B8476
RGB
CMYK
RGB Variations
Color information
#8B8476 (or 0x8B8476) is known color: Schooner. HEX triplet: 8B, 84 and 76. RGB value is (139,132,118). Sum of RGB (Red+Green+Blue) = 139+132+118=389 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.73% from 389); Green value is 132 (51.95% from 255 or 33.93% from 389); Blue value is 118 (46.48% from 255 or 30.33% from 389); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8476 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8476 is #747B89. Grayscale: #848484. Windows color (decimal): -7633802 or 7767179. OLE color: 7767179.
HSL color Cylindrical-coordinate representation of color #8B8476: hue angle of 40º 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 #8B8476 is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 132 | 118 | - |
| CMYK | 0 | 0.05 | 0.15 | 0.45 |
| HSL | 40º | 0.08% | 0.5% | - |
| HSV(B) | 40º | 0.15% | 0.55% | - |
| XYZ | 22.17 | 23.3 | 20.47 | - |
| YUV | 132.5 | 119.82 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 132 | 118 | 0 | 0.05 | 0.15 | 0.45 | 40 | 0.08 | 0.5 |
| Hex | 8B | 84 | 76 | 0 | 5 | F | 2D | 28 | 8 | 32 |
| Octal | 213 | 204 | 166 | 0 | 5 | 17 | 55 | 50 | 10 | 62 |
| Binary | 10001011 | 10000100 | 1110110 | 0 | 101 | 1111 | 101101 | 101000 | 1000 | 110010 |
Color Harmonies of #8B8476
Complementary color
Monochromatic Colors of #8B8476
Black with #8B8476
Text Example
Text Example
White with #8B8476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8476; }
p { color: rgb(139,132,118); }
H1.HeaderClassName
{
color: #8B8476;
}
.AnyTagClassName
{
color: #8B8476;
}
</style>
background-color css
<style>
a { background-color: #8B8476; }
a { background-color: rgb(139,132,118); }
div.DivClassName
{
background-color: #8B8476;
}
.BgClassName
{
background-color: #8B8476;
}
</style>
border-color css
<style>
span { border-color: #8B8476; }
span { border-color: rgb(139,132,118); }
td.TdClassName
{
border-color: #8B8476;
}
.TagClassName
{
border-color: #8B8476;
}
</style>