Shades of Schooner #8C8782
Tints of Schooner #8C8782
RGB
CMYK
RGB Variations
Color information
#8C8782 (or 0x8C8782) is known color: Schooner. HEX triplet: 8C, 87 and 82. RGB value is (140,135,130). Sum of RGB (Red+Green+Blue) = 140+135+130=405 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.57% from 405); Green value is 135 (53.12% from 255 or 33.33% from 405); Blue value is 130 (51.17% from 255 or 32.10% from 405); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8782 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8782 is #73787D. Grayscale: #878787. Windows color (decimal): -7567486 or 8554380. OLE color: 8554380.
HSL color Cylindrical-coordinate representation of color #8C8782: hue angle of 30º degrees, saturation: 0.04, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #8C8782 is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 135 | 130 | - |
| CMYK | 0 | 0.04 | 0.07 | 0.45 |
| HSL | 30º | 0.04% | 0.53% | - |
| HSV(B) | 30º | 0.07% | 0.55% | - |
| XYZ | 23.51 | 24.52 | 24.61 | - |
| YUV | 135.93 | 124.66 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 135 | 130 | 0 | 0.04 | 0.07 | 0.45 | 30 | 0.04 | 0.53 |
| Hex | 8C | 87 | 82 | 0 | 4 | 7 | 2D | 1E | 4 | 35 |
| Octal | 214 | 207 | 202 | 0 | 4 | 7 | 55 | 36 | 4 | 65 |
| Binary | 10001100 | 10000111 | 10000010 | 0 | 100 | 111 | 101101 | 11110 | 100 | 110101 |
Color Harmonies of #8C8782
Complementary color
Monochromatic Colors of #8C8782
Black with #8C8782
Text Example
Text Example
White with #8C8782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8782; }
p { color: rgb(140,135,130); }
H1.HeaderClassName
{
color: #8C8782;
}
.AnyTagClassName
{
color: #8C8782;
}
</style>
background-color css
<style>
a { background-color: #8C8782; }
a { background-color: rgb(140,135,130); }
div.DivClassName
{
background-color: #8C8782;
}
.BgClassName
{
background-color: #8C8782;
}
</style>
border-color css
<style>
span { border-color: #8C8782; }
span { border-color: rgb(140,135,130); }
td.TdClassName
{
border-color: #8C8782;
}
.TagClassName
{
border-color: #8C8782;
}
</style>