Shades of Schooner #8C8377
Tints of Schooner #8C8377
RGB
CMYK
RGB Variations
Color information
#8C8377 (or 0x8C8377) is known color: Schooner. HEX triplet: 8C, 83 and 77. RGB value is (140,131,119). Sum of RGB (Red+Green+Blue) = 140+131+119=390 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.90% from 390); Green value is 131 (51.56% from 255 or 33.59% from 390); Blue value is 119 (46.88% from 255 or 30.51% from 390); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8377 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8377 is #737C88. Grayscale: #848484. Windows color (decimal): -7568521 or 7832460. OLE color: 7832460.
HSL color Cylindrical-coordinate representation of color #8C8377: hue angle of 34.29º 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 #8C8377 is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 131 | 119 | - |
| CMYK | 0 | 0.06 | 0.15 | 0.45 |
| HSL | 34.29º | 0.08% | 0.51% | - |
| HSV(B) | 34.29º | 0.15% | 0.55% | - |
| XYZ | 22.26 | 23.14 | 20.75 | - |
| YUV | 132.32 | 120.48 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 131 | 119 | 0 | 0.06 | 0.15 | 0.45 | 34.29 | 0.08 | 0.51 |
| Hex | 8C | 83 | 77 | 0 | 6 | F | 2D | 22 | 8 | 33 |
| Octal | 214 | 203 | 167 | 0 | 6 | 17 | 55 | 42 | 10 | 63 |
| Binary | 10001100 | 10000011 | 1110111 | 0 | 110 | 1111 | 101101 | 100010 | 1000 | 110011 |
Color Harmonies of #8C8377
Complementary color
Monochromatic Colors of #8C8377
Black with #8C8377
Text Example
Text Example
White with #8C8377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8377; }
p { color: rgb(140,131,119); }
H1.HeaderClassName
{
color: #8C8377;
}
.AnyTagClassName
{
color: #8C8377;
}
</style>
background-color css
<style>
a { background-color: #8C8377; }
a { background-color: rgb(140,131,119); }
div.DivClassName
{
background-color: #8C8377;
}
.BgClassName
{
background-color: #8C8377;
}
</style>
border-color css
<style>
span { border-color: #8C8377; }
span { border-color: rgb(140,131,119); }
td.TdClassName
{
border-color: #8C8377;
}
.TagClassName
{
border-color: #8C8377;
}
</style>