Shades of Schooner #87827D
Tints of Schooner #87827D
RGB
CMYK
RGB Variations
Color information
#87827D (or 0x87827D) is known color: Schooner. HEX triplet: 87, 82 and 7D. RGB value is (135,130,125). Sum of RGB (Red+Green+Blue) = 135+130+125=390 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.62% from 390); Green value is 130 (51.17% from 255 or 33.33% from 390); Blue value is 125 (49.22% from 255 or 32.05% from 390); Max value from RGB is 135 - color contains mainly: red. Hex color #87827D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87827D is #787D82. Grayscale: #828282. Windows color (decimal): -7896451 or 8225415. OLE color: 8225415.
HSL color Cylindrical-coordinate representation of color #87827D: hue angle of 30º 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 #87827D is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 130 | 125 | - |
| CMYK | 0 | 0.04 | 0.07 | 0.47 |
| HSL | 30º | 0.04% | 0.51% | - |
| HSV(B) | 30º | 0.07% | 0.53% | - |
| XYZ | 21.68 | 22.6 | 22.62 | - |
| YUV | 130.93 | 124.66 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 130 | 125 | 0 | 0.04 | 0.07 | 0.47 | 30 | 0.04 | 0.51 |
| Hex | 87 | 82 | 7D | 0 | 4 | 7 | 2F | 1E | 4 | 33 |
| Octal | 207 | 202 | 175 | 0 | 4 | 7 | 57 | 36 | 4 | 63 |
| Binary | 10000111 | 10000010 | 1111101 | 0 | 100 | 111 | 101111 | 11110 | 100 | 110011 |
Color Harmonies of #87827D
Complementary color
Monochromatic Colors of #87827D
Black with #87827D
Text Example
Text Example
White with #87827D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87827D; }
p { color: rgb(135,130,125); }
H1.HeaderClassName
{
color: #87827D;
}
.AnyTagClassName
{
color: #87827D;
}
</style>
background-color css
<style>
a { background-color: #87827D; }
a { background-color: rgb(135,130,125); }
div.DivClassName
{
background-color: #87827D;
}
.BgClassName
{
background-color: #87827D;
}
</style>
border-color css
<style>
span { border-color: #87827D; }
span { border-color: rgb(135,130,125); }
td.TdClassName
{
border-color: #87827D;
}
.TagClassName
{
border-color: #87827D;
}
</style>