Shades of Schooner #8D8677
Tints of Schooner #8D8677
RGB
CMYK
RGB Variations
Color information
#8D8677 (or 0x8D8677) is known color: Schooner. HEX triplet: 8D, 86 and 77. RGB value is (141,134,119). Sum of RGB (Red+Green+Blue) = 141+134+119=394 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.79% from 394); Green value is 134 (52.73% from 255 or 34.01% from 394); Blue value is 119 (46.88% from 255 or 30.20% from 394); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8677 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8677 is #727988. Grayscale: #868686. Windows color (decimal): -7502217 or 7833229. OLE color: 7833229.
HSL color Cylindrical-coordinate representation of color #8D8677: hue angle of 40.91º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8D8677 is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 134 | 119 | - |
| CMYK | 0 | 0.05 | 0.16 | 0.45 |
| HSL | 40.91º | 0.09% | 0.51% | - |
| HSV(B) | 40.91º | 0.16% | 0.55% | - |
| XYZ | 22.84 | 24.04 | 20.89 | - |
| YUV | 134.38 | 119.32 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 134 | 119 | 0 | 0.05 | 0.16 | 0.45 | 40.91 | 0.09 | 0.51 |
| Hex | 8D | 86 | 77 | 0 | 5 | 10 | 2D | 29 | 9 | 33 |
| Octal | 215 | 206 | 167 | 0 | 5 | 20 | 55 | 51 | 11 | 63 |
| Binary | 10001101 | 10000110 | 1110111 | 0 | 101 | 10000 | 101101 | 101001 | 1001 | 110011 |
Color Harmonies of #8D8677
Complementary color
Monochromatic Colors of #8D8677
Black with #8D8677
Text Example
Text Example
White with #8D8677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8677; }
p { color: rgb(141,134,119); }
H1.HeaderClassName
{
color: #8D8677;
}
.AnyTagClassName
{
color: #8D8677;
}
</style>
background-color css
<style>
a { background-color: #8D8677; }
a { background-color: rgb(141,134,119); }
div.DivClassName
{
background-color: #8D8677;
}
.BgClassName
{
background-color: #8D8677;
}
</style>
border-color css
<style>
span { border-color: #8D8677; }
span { border-color: rgb(141,134,119); }
td.TdClassName
{
border-color: #8D8677;
}
.TagClassName
{
border-color: #8D8677;
}
</style>