Shades of Schooner #88847F
Tints of Schooner #88847F
RGB
CMYK
RGB Variations
Color information
#88847F (or 0x88847F) is known color: Schooner. HEX triplet: 88, 84 and 7F. RGB value is (136,132,127). Sum of RGB (Red+Green+Blue) = 136+132+127=395 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.43% from 395); Green value is 132 (51.95% from 255 or 33.42% from 395); Blue value is 127 (50% from 255 or 32.15% from 395); Max value from RGB is 136 - color contains mainly: red. Hex color #88847F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88847F is #777B80. Grayscale: #848484. Windows color (decimal): -7830401 or 8357000. OLE color: 8357000.
HSL color Cylindrical-coordinate representation of color #88847F: hue angle of 33.33º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #88847F is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 132 | 127 | - |
| CMYK | 0 | 0.03 | 0.07 | 0.47 |
| HSL | 33.33º | 0.04% | 0.52% | - |
| HSV(B) | 33.33º | 0.07% | 0.53% | - |
| XYZ | 22.24 | 23.27 | 23.4 | - |
| YUV | 132.63 | 124.83 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 132 | 127 | 0 | 0.03 | 0.07 | 0.47 | 33.33 | 0.04 | 0.52 |
| Hex | 88 | 84 | 7F | 0 | 3 | 7 | 2F | 21 | 4 | 34 |
| Octal | 210 | 204 | 177 | 0 | 3 | 7 | 57 | 41 | 4 | 64 |
| Binary | 10001000 | 10000100 | 1111111 | 0 | 11 | 111 | 101111 | 100001 | 100 | 110100 |
Color Harmonies of #88847F
Complementary color
Monochromatic Colors of #88847F
Black with #88847F
Text Example
Text Example
White with #88847F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88847F; }
p { color: rgb(136,132,127); }
H1.HeaderClassName
{
color: #88847F;
}
.AnyTagClassName
{
color: #88847F;
}
</style>
background-color css
<style>
a { background-color: #88847F; }
a { background-color: rgb(136,132,127); }
div.DivClassName
{
background-color: #88847F;
}
.BgClassName
{
background-color: #88847F;
}
</style>
border-color css
<style>
span { border-color: #88847F; }
span { border-color: rgb(136,132,127); }
td.TdClassName
{
border-color: #88847F;
}
.TagClassName
{
border-color: #88847F;
}
</style>