Shades of Schooner #8C8577
Tints of Schooner #8C8577
RGB
CMYK
RGB Variations
Color information
#8C8577 (or 0x8C8577) is known color: Schooner. HEX triplet: 8C, 85 and 77. RGB value is (140,133,119). Sum of RGB (Red+Green+Blue) = 140+133+119=392 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.71% from 392); Green value is 133 (52.34% from 255 or 33.93% from 392); Blue value is 119 (46.88% from 255 or 30.36% from 392); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8577 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8577 is #737A88. Grayscale: #858585. Windows color (decimal): -7568009 or 7832972. OLE color: 7832972.
HSL color Cylindrical-coordinate representation of color #8C8577: hue angle of 40º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8C8577 is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 133 | 119 | - |
| CMYK | 0 | 0.05 | 0.15 | 0.45 |
| HSL | 40º | 0.08% | 0.51% | - |
| HSV(B) | 40º | 0.15% | 0.55% | - |
| XYZ | 22.53 | 23.68 | 20.84 | - |
| YUV | 133.5 | 119.82 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 133 | 119 | 0 | 0.05 | 0.15 | 0.45 | 40 | 0.08 | 0.51 |
| Hex | 8C | 85 | 77 | 0 | 5 | F | 2D | 28 | 8 | 33 |
| Octal | 214 | 205 | 167 | 0 | 5 | 17 | 55 | 50 | 10 | 63 |
| Binary | 10001100 | 10000101 | 1110111 | 0 | 101 | 1111 | 101101 | 101000 | 1000 | 110011 |
Color Harmonies of #8C8577
Complementary color
Monochromatic Colors of #8C8577
Black with #8C8577
Text Example
Text Example
White with #8C8577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8577; }
p { color: rgb(140,133,119); }
H1.HeaderClassName
{
color: #8C8577;
}
.AnyTagClassName
{
color: #8C8577;
}
</style>
background-color css
<style>
a { background-color: #8C8577; }
a { background-color: rgb(140,133,119); }
div.DivClassName
{
background-color: #8C8577;
}
.BgClassName
{
background-color: #8C8577;
}
</style>
border-color css
<style>
span { border-color: #8C8577; }
span { border-color: rgb(140,133,119); }
td.TdClassName
{
border-color: #8C8577;
}
.TagClassName
{
border-color: #8C8577;
}
</style>