Shades of Schooner #8C8781
Tints of Schooner #8C8781
RGB
CMYK
RGB Variations
Color information
#8C8781 (or 0x8C8781) is known color: Schooner. HEX triplet: 8C, 87 and 81. RGB value is (140,135,129). Sum of RGB (Red+Green+Blue) = 140+135+129=404 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.65% from 404); Green value is 135 (53.12% from 255 or 33.42% from 404); Blue value is 129 (50.78% from 255 or 31.93% from 404); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8781 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8781 is #73787E. Grayscale: #878787. Windows color (decimal): -7567487 or 8488844. OLE color: 8488844.
HSL color Cylindrical-coordinate representation of color #8C8781: hue angle of 32.73º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8C8781 is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 135 | 129 | - |
| CMYK | 0 | 0.04 | 0.08 | 0.45 |
| HSL | 32.73º | 0.05% | 0.53% | - |
| HSV(B) | 32.73º | 0.08% | 0.55% | - |
| XYZ | 23.44 | 24.49 | 24.26 | - |
| YUV | 135.81 | 124.16 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 135 | 129 | 0 | 0.04 | 0.08 | 0.45 | 32.73 | 0.05 | 0.53 |
| Hex | 8C | 87 | 81 | 0 | 4 | 8 | 2D | 21 | 5 | 35 |
| Octal | 214 | 207 | 201 | 0 | 4 | 10 | 55 | 41 | 5 | 65 |
| Binary | 10001100 | 10000111 | 10000001 | 0 | 100 | 1000 | 101101 | 100001 | 101 | 110101 |
Color Harmonies of #8C8781
Complementary color
Monochromatic Colors of #8C8781
Black with #8C8781
Text Example
Text Example
White with #8C8781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8781; }
p { color: rgb(140,135,129); }
H1.HeaderClassName
{
color: #8C8781;
}
.AnyTagClassName
{
color: #8C8781;
}
</style>
background-color css
<style>
a { background-color: #8C8781; }
a { background-color: rgb(140,135,129); }
div.DivClassName
{
background-color: #8C8781;
}
.BgClassName
{
background-color: #8C8781;
}
</style>
border-color css
<style>
span { border-color: #8C8781; }
span { border-color: rgb(140,135,129); }
td.TdClassName
{
border-color: #8C8781;
}
.TagClassName
{
border-color: #8C8781;
}
</style>