Shades of Schooner #86827D
Tints of Schooner #86827D
RGB
CMYK
RGB Variations
Color information
#86827D (or 0x86827D) is known color: Schooner. HEX triplet: 86, 82 and 7D. RGB value is (134,130,125). Sum of RGB (Red+Green+Blue) = 134+130+125=389 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.45% from 389); Green value is 130 (51.17% from 255 or 33.42% from 389); Blue value is 125 (49.22% from 255 or 32.13% from 389); Max value from RGB is 134 - color contains mainly: red. Hex color #86827D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86827D is #797D82. Grayscale: #828282. Windows color (decimal): -7961987 or 8225414. OLE color: 8225414.
HSL color Cylindrical-coordinate representation of color #86827D: hue angle of 33.33º degrees, saturation: 0.04, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #86827D is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 130 | 125 | - |
| CMYK | 0 | 0.03 | 0.07 | 0.47 |
| HSL | 33.33º | 0.04% | 0.51% | - |
| HSV(B) | 33.33º | 0.07% | 0.53% | - |
| XYZ | 21.52 | 22.51 | 22.61 | - |
| YUV | 130.63 | 124.83 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 130 | 125 | 0 | 0.03 | 0.07 | 0.47 | 33.33 | 0.04 | 0.51 |
| Hex | 86 | 82 | 7D | 0 | 3 | 7 | 2F | 21 | 4 | 33 |
| Octal | 206 | 202 | 175 | 0 | 3 | 7 | 57 | 41 | 4 | 63 |
| Binary | 10000110 | 10000010 | 1111101 | 0 | 11 | 111 | 101111 | 100001 | 100 | 110011 |
Color Harmonies of #86827D
Complementary color
Monochromatic Colors of #86827D
Black with #86827D
Text Example
Text Example
White with #86827D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86827D; }
p { color: rgb(134,130,125); }
H1.HeaderClassName
{
color: #86827D;
}
.AnyTagClassName
{
color: #86827D;
}
</style>
background-color css
<style>
a { background-color: #86827D; }
a { background-color: rgb(134,130,125); }
div.DivClassName
{
background-color: #86827D;
}
.BgClassName
{
background-color: #86827D;
}
</style>
border-color css
<style>
span { border-color: #86827D; }
span { border-color: rgb(134,130,125); }
td.TdClassName
{
border-color: #86827D;
}
.TagClassName
{
border-color: #86827D;
}
</style>