Shades of Schooner #888580
Tints of Schooner #888580
RGB
CMYK
RGB Variations
Color information
#888580 (or 0x888580) is known color: Schooner. HEX triplet: 88, 85 and 80. RGB value is (136,133,128). Sum of RGB (Red+Green+Blue) = 136+133+128=397 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.26% from 397); Green value is 133 (52.34% from 255 or 33.50% from 397); Blue value is 128 (50.39% from 255 or 32.24% from 397); Max value from RGB is 136 - color contains mainly: red. Hex color #888580 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888580 is #777A7F. Grayscale: #858585. Windows color (decimal): -7830144 or 8422792. OLE color: 8422792.
HSL color Cylindrical-coordinate representation of color #888580: hue angle of 37.5º degrees, saturation: 0.03, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #888580 is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 133 | 128 | - |
| CMYK | 0 | 0.02 | 0.06 | 0.47 |
| HSL | 37.5º | 0.03% | 0.52% | - |
| HSV(B) | 37.5º | 0.06% | 0.53% | - |
| XYZ | 22.44 | 23.57 | 23.79 | - |
| YUV | 133.33 | 124.99 | 129.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 133 | 128 | 0 | 0.02 | 0.06 | 0.47 | 37.5 | 0.03 | 0.52 |
| Hex | 88 | 85 | 80 | 0 | 2 | 6 | 2F | 26 | 3 | 34 |
| Octal | 210 | 205 | 200 | 0 | 2 | 6 | 57 | 46 | 3 | 64 |
| Binary | 10001000 | 10000101 | 10000000 | 0 | 10 | 110 | 101111 | 100110 | 11 | 110100 |
Color Harmonies of #888580
Complementary color
Monochromatic Colors of #888580
Black with #888580
Text Example
Text Example
White with #888580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888580; }
p { color: rgb(136,133,128); }
H1.HeaderClassName
{
color: #888580;
}
.AnyTagClassName
{
color: #888580;
}
</style>
background-color css
<style>
a { background-color: #888580; }
a { background-color: rgb(136,133,128); }
div.DivClassName
{
background-color: #888580;
}
.BgClassName
{
background-color: #888580;
}
</style>
border-color css
<style>
span { border-color: #888580; }
span { border-color: rgb(136,133,128); }
td.TdClassName
{
border-color: #888580;
}
.TagClassName
{
border-color: #888580;
}
</style>