Shades of Schooner #8C8273
Tints of Schooner #8C8273
RGB
CMYK
RGB Variations
Color information
#8C8273 (or 0x8C8273) is known color: Schooner. HEX triplet: 8C, 82 and 73. RGB value is (140,130,115). Sum of RGB (Red+Green+Blue) = 140+130+115=385 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.36% from 385); Green value is 130 (51.17% from 255 or 33.77% from 385); Blue value is 115 (45.31% from 255 or 29.87% from 385); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8273 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8273 is #737D8C. Grayscale: #838383. Windows color (decimal): -7568781 or 7570060. OLE color: 7570060.
HSL color Cylindrical-coordinate representation of color #8C8273: hue angle of 36º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8C8273 is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 130 | 115 | - |
| CMYK | 0 | 0.07 | 0.18 | 0.45 |
| HSL | 36º | 0.1% | 0.5% | - |
| HSV(B) | 36º | 0.18% | 0.55% | - |
| XYZ | 21.89 | 22.78 | 19.46 | - |
| YUV | 131.28 | 118.81 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 130 | 115 | 0 | 0.07 | 0.18 | 0.45 | 36 | 0.1 | 0.5 |
| Hex | 8C | 82 | 73 | 0 | 7 | 12 | 2D | 24 | A | 32 |
| Octal | 214 | 202 | 163 | 0 | 7 | 22 | 55 | 44 | 12 | 62 |
| Binary | 10001100 | 10000010 | 1110011 | 0 | 111 | 10010 | 101101 | 100100 | 1010 | 110010 |
Color Harmonies of #8C8273
Complementary color
Monochromatic Colors of #8C8273
Black with #8C8273
Text Example
Text Example
White with #8C8273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8273; }
p { color: rgb(140,130,115); }
H1.HeaderClassName
{
color: #8C8273;
}
.AnyTagClassName
{
color: #8C8273;
}
</style>
background-color css
<style>
a { background-color: #8C8273; }
a { background-color: rgb(140,130,115); }
div.DivClassName
{
background-color: #8C8273;
}
.BgClassName
{
background-color: #8C8273;
}
</style>
border-color css
<style>
span { border-color: #8C8273; }
span { border-color: rgb(140,130,115); }
td.TdClassName
{
border-color: #8C8273;
}
.TagClassName
{
border-color: #8C8273;
}
</style>