Shades of Schooner #88847E
Tints of Schooner #88847E
RGB
CMYK
RGB Variations
Color information
#88847E (or 0x88847E) is known color: Schooner. HEX triplet: 88, 84 and 7E. RGB value is (136,132,126). Sum of RGB (Red+Green+Blue) = 136+132+126=394 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.52% from 394); Green value is 132 (51.95% from 255 or 33.50% from 394); Blue value is 126 (49.61% from 255 or 31.98% from 394); Max value from RGB is 136 - color contains mainly: red. Hex color #88847E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88847E is #777B81. Grayscale: #848484. Windows color (decimal): -7830402 or 8291464. OLE color: 8291464.
HSL color Cylindrical-coordinate representation of color #88847E: hue angle of 36º 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 #88847E is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 132 | 126 | - |
| CMYK | 0 | 0.03 | 0.07 | 0.47 |
| HSL | 36º | 0.04% | 0.51% | - |
| HSV(B) | 36º | 0.07% | 0.53% | - |
| XYZ | 22.17 | 23.24 | 23.06 | - |
| YUV | 132.51 | 124.33 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 132 | 126 | 0 | 0.03 | 0.07 | 0.47 | 36 | 0.04 | 0.51 |
| Hex | 88 | 84 | 7E | 0 | 3 | 7 | 2F | 24 | 4 | 33 |
| Octal | 210 | 204 | 176 | 0 | 3 | 7 | 57 | 44 | 4 | 63 |
| Binary | 10001000 | 10000100 | 1111110 | 0 | 11 | 111 | 101111 | 100100 | 100 | 110011 |
Color Harmonies of #88847E
Complementary color
Monochromatic Colors of #88847E
Black with #88847E
Text Example
Text Example
White with #88847E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88847E; }
p { color: rgb(136,132,126); }
H1.HeaderClassName
{
color: #88847E;
}
.AnyTagClassName
{
color: #88847E;
}
</style>
background-color css
<style>
a { background-color: #88847E; }
a { background-color: rgb(136,132,126); }
div.DivClassName
{
background-color: #88847E;
}
.BgClassName
{
background-color: #88847E;
}
</style>
border-color css
<style>
span { border-color: #88847E; }
span { border-color: rgb(136,132,126); }
td.TdClassName
{
border-color: #88847E;
}
.TagClassName
{
border-color: #88847E;
}
</style>