Shades of Schooner #8C8883
Tints of Schooner #8C8883
RGB
CMYK
RGB Variations
Color information
#8C8883 (or 0x8C8883) is known color: Schooner. HEX triplet: 8C, 88 and 83. RGB value is (140,136,131). Sum of RGB (Red+Green+Blue) = 140+136+131=407 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.40% from 407); Green value is 136 (53.52% from 255 or 33.42% from 407); Blue value is 131 (51.56% from 255 or 32.19% from 407); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8883 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8883 is #73777C. Grayscale: #888888. Windows color (decimal): -7567229 or 8620172. OLE color: 8620172.
HSL color Cylindrical-coordinate representation of color #8C8883: hue angle of 33.33º degrees, saturation: 0.04, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #8C8883 is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 136 | 131 | - |
| CMYK | 0 | 0.03 | 0.06 | 0.45 |
| HSL | 33.33º | 0.04% | 0.53% | - |
| HSV(B) | 33.33º | 0.06% | 0.55% | - |
| XYZ | 23.72 | 24.82 | 25.01 | - |
| YUV | 136.63 | 124.83 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 136 | 131 | 0 | 0.03 | 0.06 | 0.45 | 33.33 | 0.04 | 0.53 |
| Hex | 8C | 88 | 83 | 0 | 3 | 6 | 2D | 21 | 4 | 35 |
| Octal | 214 | 210 | 203 | 0 | 3 | 6 | 55 | 41 | 4 | 65 |
| Binary | 10001100 | 10001000 | 10000011 | 0 | 11 | 110 | 101101 | 100001 | 100 | 110101 |
Color Harmonies of #8C8883
Complementary color
Monochromatic Colors of #8C8883
Black with #8C8883
Text Example
Text Example
White with #8C8883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8883; }
p { color: rgb(140,136,131); }
H1.HeaderClassName
{
color: #8C8883;
}
.AnyTagClassName
{
color: #8C8883;
}
</style>
background-color css
<style>
a { background-color: #8C8883; }
a { background-color: rgb(140,136,131); }
div.DivClassName
{
background-color: #8C8883;
}
.BgClassName
{
background-color: #8C8883;
}
</style>
border-color css
<style>
span { border-color: #8C8883; }
span { border-color: rgb(140,136,131); }
td.TdClassName
{
border-color: #8C8883;
}
.TagClassName
{
border-color: #8C8883;
}
</style>