Shades of Schooner #8D8278
Tints of Schooner #8D8278
RGB
CMYK
RGB Variations
Color information
#8D8278 (or 0x8D8278) is known color: Schooner. HEX triplet: 8D, 82 and 78. RGB value is (141,130,120). Sum of RGB (Red+Green+Blue) = 141+130+120=391 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.06% from 391); Green value is 130 (51.17% from 255 or 33.25% from 391); Blue value is 120 (47.27% from 255 or 30.69% from 391); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8278 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8278 is #727D87. Grayscale: #848484. Windows color (decimal): -7503240 or 7897741. OLE color: 7897741.
HSL color Cylindrical-coordinate representation of color #8D8278: hue angle of 28.57º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8D8278 is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 130 | 120 | - |
| CMYK | 0 | 0.08 | 0.15 | 0.45 |
| HSL | 28.57º | 0.08% | 0.51% | - |
| HSV(B) | 28.57º | 0.15% | 0.55% | - |
| XYZ | 22.36 | 22.98 | 21.03 | - |
| YUV | 132.15 | 121.14 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 130 | 120 | 0 | 0.08 | 0.15 | 0.45 | 28.57 | 0.08 | 0.51 |
| Hex | 8D | 82 | 78 | 0 | 8 | F | 2D | 1D | 8 | 33 |
| Octal | 215 | 202 | 170 | 0 | 10 | 17 | 55 | 35 | 10 | 63 |
| Binary | 10001101 | 10000010 | 1111000 | 0 | 1000 | 1111 | 101101 | 11101 | 1000 | 110011 |
Color Harmonies of #8D8278
Complementary color
Monochromatic Colors of #8D8278
Black with #8D8278
Text Example
Text Example
White with #8D8278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8278; }
p { color: rgb(141,130,120); }
H1.HeaderClassName
{
color: #8D8278;
}
.AnyTagClassName
{
color: #8D8278;
}
</style>
background-color css
<style>
a { background-color: #8D8278; }
a { background-color: rgb(141,130,120); }
div.DivClassName
{
background-color: #8D8278;
}
.BgClassName
{
background-color: #8D8278;
}
</style>
border-color css
<style>
span { border-color: #8D8278; }
span { border-color: rgb(141,130,120); }
td.TdClassName
{
border-color: #8D8278;
}
.TagClassName
{
border-color: #8D8278;
}
</style>