Shades of Schooner #887F72
Tints of Schooner #887F72
RGB
CMYK
RGB Variations
Color information
#887F72 (or 0x887F72) is known color: Schooner. HEX triplet: 88, 7F and 72. RGB value is (136,127,114). Sum of RGB (Red+Green+Blue) = 136+127+114=377 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.07% from 377); Green value is 127 (50% from 255 or 33.69% from 377); Blue value is 114 (44.92% from 255 or 30.24% from 377); Max value from RGB is 136 - color contains mainly: red. Hex color #887F72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887F72 is #77808D. Grayscale: #808080. Windows color (decimal): -7831694 or 7503752. OLE color: 7503752.
HSL color Cylindrical-coordinate representation of color #887F72: hue angle of 35.45º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #887F72 is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 127 | 114 | - |
| CMYK | 0 | 0.07 | 0.16 | 0.47 |
| HSL | 35.45º | 0.09% | 0.49% | - |
| HSV(B) | 35.45º | 0.16% | 0.53% | - |
| XYZ | 20.78 | 21.63 | 19 | - |
| YUV | 128.21 | 119.98 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 127 | 114 | 0 | 0.07 | 0.16 | 0.47 | 35.45 | 0.09 | 0.49 |
| Hex | 88 | 7F | 72 | 0 | 7 | 10 | 2F | 23 | 9 | 31 |
| Octal | 210 | 177 | 162 | 0 | 7 | 20 | 57 | 43 | 11 | 61 |
| Binary | 10001000 | 1111111 | 1110010 | 0 | 111 | 10000 | 101111 | 100011 | 1001 | 110001 |
Color Harmonies of #887F72
Complementary color
Monochromatic Colors of #887F72
Black with #887F72
Text Example
Text Example
White with #887F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887F72; }
p { color: rgb(136,127,114); }
H1.HeaderClassName
{
color: #887F72;
}
.AnyTagClassName
{
color: #887F72;
}
</style>
background-color css
<style>
a { background-color: #887F72; }
a { background-color: rgb(136,127,114); }
div.DivClassName
{
background-color: #887F72;
}
.BgClassName
{
background-color: #887F72;
}
</style>
border-color css
<style>
span { border-color: #887F72; }
span { border-color: rgb(136,127,114); }
td.TdClassName
{
border-color: #887F72;
}
.TagClassName
{
border-color: #887F72;
}
</style>