Shades of Schooner #8D8276
Tints of Schooner #8D8276
RGB
CMYK
RGB Variations
Color information
#8D8276 (or 0x8D8276) is known color: Schooner. HEX triplet: 8D, 82 and 76. RGB value is (141,130,118). Sum of RGB (Red+Green+Blue) = 141+130+118=389 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.25% from 389); Green value is 130 (51.17% from 255 or 33.42% from 389); Blue value is 118 (46.48% from 255 or 30.33% from 389); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8276 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8276 is #727D89. Grayscale: #838383. Windows color (decimal): -7503242 or 7766669. OLE color: 7766669.
HSL color Cylindrical-coordinate representation of color #8D8276: hue angle of 31.3º 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 #8D8276 is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 130 | 118 | - |
| CMYK | 0 | 0.08 | 0.16 | 0.45 |
| HSL | 31.3º | 0.09% | 0.51% | - |
| HSV(B) | 31.3º | 0.16% | 0.55% | - |
| XYZ | 22.24 | 22.94 | 20.39 | - |
| YUV | 131.92 | 120.14 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 130 | 118 | 0 | 0.08 | 0.16 | 0.45 | 31.3 | 0.09 | 0.51 |
| Hex | 8D | 82 | 76 | 0 | 8 | 10 | 2D | 1F | 9 | 33 |
| Octal | 215 | 202 | 166 | 0 | 10 | 20 | 55 | 37 | 11 | 63 |
| Binary | 10001101 | 10000010 | 1110110 | 0 | 1000 | 10000 | 101101 | 11111 | 1001 | 110011 |
Color Harmonies of #8D8276
Complementary color
Monochromatic Colors of #8D8276
Black with #8D8276
Text Example
Text Example
White with #8D8276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8276; }
p { color: rgb(141,130,118); }
H1.HeaderClassName
{
color: #8D8276;
}
.AnyTagClassName
{
color: #8D8276;
}
</style>
background-color css
<style>
a { background-color: #8D8276; }
a { background-color: rgb(141,130,118); }
div.DivClassName
{
background-color: #8D8276;
}
.BgClassName
{
background-color: #8D8276;
}
</style>
border-color css
<style>
span { border-color: #8D8276; }
span { border-color: rgb(141,130,118); }
td.TdClassName
{
border-color: #8D8276;
}
.TagClassName
{
border-color: #8D8276;
}
</style>