Shades of Schooner #8D8377
Tints of Schooner #8D8377
RGB
CMYK
RGB Variations
Color information
#8D8377 (or 0x8D8377) is known color: Schooner. HEX triplet: 8D, 83 and 77. RGB value is (141,131,119). Sum of RGB (Red+Green+Blue) = 141+131+119=391 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.06% from 391); Green value is 131 (51.56% from 255 or 33.50% from 391); Blue value is 119 (46.88% from 255 or 30.43% from 391); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8377 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8377 is #727C88. Grayscale: #848484. Windows color (decimal): -7502985 or 7832461. OLE color: 7832461.
HSL color Cylindrical-coordinate representation of color #8D8377: hue angle of 32.73º 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 #8D8377 is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 131 | 119 | - |
| CMYK | 0 | 0.07 | 0.16 | 0.45 |
| HSL | 32.73º | 0.09% | 0.51% | - |
| HSV(B) | 32.73º | 0.16% | 0.55% | - |
| XYZ | 22.43 | 23.23 | 20.75 | - |
| YUV | 132.62 | 120.31 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 131 | 119 | 0 | 0.07 | 0.16 | 0.45 | 32.73 | 0.09 | 0.51 |
| Hex | 8D | 83 | 77 | 0 | 7 | 10 | 2D | 21 | 9 | 33 |
| Octal | 215 | 203 | 167 | 0 | 7 | 20 | 55 | 41 | 11 | 63 |
| Binary | 10001101 | 10000011 | 1110111 | 0 | 111 | 10000 | 101101 | 100001 | 1001 | 110011 |
Color Harmonies of #8D8377
Complementary color
Monochromatic Colors of #8D8377
Black with #8D8377
Text Example
Text Example
White with #8D8377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8377; }
p { color: rgb(141,131,119); }
H1.HeaderClassName
{
color: #8D8377;
}
.AnyTagClassName
{
color: #8D8377;
}
</style>
background-color css
<style>
a { background-color: #8D8377; }
a { background-color: rgb(141,131,119); }
div.DivClassName
{
background-color: #8D8377;
}
.BgClassName
{
background-color: #8D8377;
}
</style>
border-color css
<style>
span { border-color: #8D8377; }
span { border-color: rgb(141,131,119); }
td.TdClassName
{
border-color: #8D8377;
}
.TagClassName
{
border-color: #8D8377;
}
</style>