Shades of Schooner #8C877E
Tints of Schooner #8C877E
RGB
CMYK
RGB Variations
Color information
#8C877E (or 0x8C877E) is known color: Schooner. HEX triplet: 8C, 87 and 7E. RGB value is (140,135,126). Sum of RGB (Red+Green+Blue) = 140+135+126=401 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.91% from 401); Green value is 135 (53.12% from 255 or 33.67% from 401); Blue value is 126 (49.61% from 255 or 31.42% from 401); Max value from RGB is 140 - color contains mainly: red. Hex color #8C877E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C877E is #737881. Grayscale: #878787. Windows color (decimal): -7567490 or 8292236. OLE color: 8292236.
HSL color Cylindrical-coordinate representation of color #8C877E: hue angle of 38.57º degrees, saturation: 0.06, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8C877E is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 135 | 126 | - |
| CMYK | 0 | 0.04 | 0.10 | 0.45 |
| HSL | 38.57º | 0.06% | 0.52% | - |
| HSV(B) | 38.57º | 0.1% | 0.55% | - |
| XYZ | 23.25 | 24.41 | 23.23 | - |
| YUV | 135.47 | 122.66 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 135 | 126 | 0 | 0.04 | 0.10 | 0.45 | 38.57 | 0.06 | 0.52 |
| Hex | 8C | 87 | 7E | 0 | 4 | A | 2D | 27 | 6 | 34 |
| Octal | 214 | 207 | 176 | 0 | 4 | 12 | 55 | 47 | 6 | 64 |
| Binary | 10001100 | 10000111 | 1111110 | 0 | 100 | 1010 | 101101 | 100111 | 110 | 110100 |
Color Harmonies of #8C877E
Complementary color
Monochromatic Colors of #8C877E
Black with #8C877E
Text Example
Text Example
White with #8C877E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C877E; }
p { color: rgb(140,135,126); }
H1.HeaderClassName
{
color: #8C877E;
}
.AnyTagClassName
{
color: #8C877E;
}
</style>
background-color css
<style>
a { background-color: #8C877E; }
a { background-color: rgb(140,135,126); }
div.DivClassName
{
background-color: #8C877E;
}
.BgClassName
{
background-color: #8C877E;
}
</style>
border-color css
<style>
span { border-color: #8C877E; }
span { border-color: rgb(140,135,126); }
td.TdClassName
{
border-color: #8C877E;
}
.TagClassName
{
border-color: #8C877E;
}
</style>