Shades of Schooner #8C8780
Tints of Schooner #8C8780
RGB
CMYK
RGB Variations
Color information
#8C8780 (or 0x8C8780) is known color: Schooner. HEX triplet: 8C, 87 and 80. RGB value is (140,135,128). Sum of RGB (Red+Green+Blue) = 140+135+128=403 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.74% from 403); Green value is 135 (53.12% from 255 or 33.50% from 403); Blue value is 128 (50.39% from 255 or 31.76% from 403); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8780 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8780 is #73787F. Grayscale: #878787. Windows color (decimal): -7567488 or 8423308. OLE color: 8423308.
HSL color Cylindrical-coordinate representation of color #8C8780: hue angle of 35º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8C8780 is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 135 | 128 | - |
| CMYK | 0 | 0.04 | 0.09 | 0.45 |
| HSL | 35º | 0.05% | 0.53% | - |
| HSV(B) | 35º | 0.09% | 0.55% | - |
| XYZ | 23.38 | 24.46 | 23.91 | - |
| YUV | 135.7 | 123.66 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 135 | 128 | 0 | 0.04 | 0.09 | 0.45 | 35 | 0.05 | 0.53 |
| Hex | 8C | 87 | 80 | 0 | 4 | 9 | 2D | 23 | 5 | 35 |
| Octal | 214 | 207 | 200 | 0 | 4 | 11 | 55 | 43 | 5 | 65 |
| Binary | 10001100 | 10000111 | 10000000 | 0 | 100 | 1001 | 101101 | 100011 | 101 | 110101 |
Color Harmonies of #8C8780
Complementary color
Monochromatic Colors of #8C8780
Black with #8C8780
Text Example
Text Example
White with #8C8780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8780; }
p { color: rgb(140,135,128); }
H1.HeaderClassName
{
color: #8C8780;
}
.AnyTagClassName
{
color: #8C8780;
}
</style>
background-color css
<style>
a { background-color: #8C8780; }
a { background-color: rgb(140,135,128); }
div.DivClassName
{
background-color: #8C8780;
}
.BgClassName
{
background-color: #8C8780;
}
</style>
border-color css
<style>
span { border-color: #8C8780; }
span { border-color: rgb(140,135,128); }
td.TdClassName
{
border-color: #8C8780;
}
.TagClassName
{
border-color: #8C8780;
}
</style>