Shades of Schooner #88837B
Tints of Schooner #88837B
RGB
CMYK
RGB Variations
Color information
#88837B (or 0x88837B) is known color: Schooner. HEX triplet: 88, 83 and 7B. RGB value is (136,131,123). Sum of RGB (Red+Green+Blue) = 136+131+123=390 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.87% from 390); Green value is 131 (51.56% from 255 or 33.59% from 390); Blue value is 123 (48.44% from 255 or 31.54% from 390); Max value from RGB is 136 - color contains mainly: red. Hex color #88837B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88837B is #777C84. Grayscale: #838383. Windows color (decimal): -7830661 or 8094600. OLE color: 8094600.
HSL color Cylindrical-coordinate representation of color #88837B: hue angle of 36.92º degrees, saturation: 0.05, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #88837B is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 131 | 123 | - |
| CMYK | 0 | 0.04 | 0.10 | 0.47 |
| HSL | 36.92º | 0.05% | 0.51% | - |
| HSV(B) | 36.92º | 0.1% | 0.53% | - |
| XYZ | 21.84 | 22.9 | 22.01 | - |
| YUV | 131.58 | 123.16 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 131 | 123 | 0 | 0.04 | 0.10 | 0.47 | 36.92 | 0.05 | 0.51 |
| Hex | 88 | 83 | 7B | 0 | 4 | A | 2F | 25 | 5 | 33 |
| Octal | 210 | 203 | 173 | 0 | 4 | 12 | 57 | 45 | 5 | 63 |
| Binary | 10001000 | 10000011 | 1111011 | 0 | 100 | 1010 | 101111 | 100101 | 101 | 110011 |
Color Harmonies of #88837B
Complementary color
Monochromatic Colors of #88837B
Black with #88837B
Text Example
Text Example
White with #88837B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88837B; }
p { color: rgb(136,131,123); }
H1.HeaderClassName
{
color: #88837B;
}
.AnyTagClassName
{
color: #88837B;
}
</style>
background-color css
<style>
a { background-color: #88837B; }
a { background-color: rgb(136,131,123); }
div.DivClassName
{
background-color: #88837B;
}
.BgClassName
{
background-color: #88837B;
}
</style>
border-color css
<style>
span { border-color: #88837B; }
span { border-color: rgb(136,131,123); }
td.TdClassName
{
border-color: #88837B;
}
.TagClassName
{
border-color: #88837B;
}
</style>