Shades of Schooner #8C8479
Tints of Schooner #8C8479
RGB
CMYK
RGB Variations
Color information
#8C8479 (or 0x8C8479) is known color: Schooner. HEX triplet: 8C, 84 and 79. RGB value is (140,132,121). Sum of RGB (Red+Green+Blue) = 140+132+121=393 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.62% from 393); Green value is 132 (51.95% from 255 or 33.59% from 393); Blue value is 121 (47.66% from 255 or 30.79% from 393); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8479 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8479 is #737B86. Grayscale: #858585. Windows color (decimal): -7568263 or 7963788. OLE color: 7963788.
HSL color Cylindrical-coordinate representation of color #8C8479: hue angle of 34.74º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8C8479 is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 132 | 121 | - |
| CMYK | 0 | 0.06 | 0.14 | 0.45 |
| HSL | 34.74º | 0.08% | 0.51% | - |
| HSV(B) | 34.74º | 0.14% | 0.55% | - |
| XYZ | 22.52 | 23.46 | 21.43 | - |
| YUV | 133.14 | 121.15 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 132 | 121 | 0 | 0.06 | 0.14 | 0.45 | 34.74 | 0.08 | 0.51 |
| Hex | 8C | 84 | 79 | 0 | 6 | E | 2D | 23 | 8 | 33 |
| Octal | 214 | 204 | 171 | 0 | 6 | 16 | 55 | 43 | 10 | 63 |
| Binary | 10001100 | 10000100 | 1111001 | 0 | 110 | 1110 | 101101 | 100011 | 1000 | 110011 |
Color Harmonies of #8C8479
Complementary color
Monochromatic Colors of #8C8479
Black with #8C8479
Text Example
Text Example
White with #8C8479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8479; }
p { color: rgb(140,132,121); }
H1.HeaderClassName
{
color: #8C8479;
}
.AnyTagClassName
{
color: #8C8479;
}
</style>
background-color css
<style>
a { background-color: #8C8479; }
a { background-color: rgb(140,132,121); }
div.DivClassName
{
background-color: #8C8479;
}
.BgClassName
{
background-color: #8C8479;
}
</style>
border-color css
<style>
span { border-color: #8C8479; }
span { border-color: rgb(140,132,121); }
td.TdClassName
{
border-color: #8C8479;
}
.TagClassName
{
border-color: #8C8479;
}
</style>