Shades of Stack #889885
Tints of Stack #889885
RGB
CMYK
RGB Variations
Color information
#889885 (or 0x889885) is known color: Stack. HEX triplet: 88, 98 and 85. RGB value is (136,152,133). Sum of RGB (Red+Green+Blue) = 136+152+133=421 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.30% from 421); Green value is 152 (59.77% from 255 or 36.10% from 421); Blue value is 133 (52.34% from 255 or 31.59% from 421); Max value from RGB is 152 - color contains mainly: green. Hex color #889885 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889885 is #77677A. Grayscale: #919191. Windows color (decimal): -7825275 or 8755336. OLE color: 8755336.
HSL color Cylindrical-coordinate representation of color #889885: hue angle of 110.53º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #889885 is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 136 | 152 | 133 | - |
| CMYK | 0.11 | 0 | 0.13 | 0.40 |
| HSL | 110.53º | 0.08% | 0.56% | - |
| HSV(B) | 110.53º | 0.13% | 0.6% | - |
| XYZ | 25.62 | 29.38 | 26.51 | - |
| YUV | 145.05 | 121.2 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 152 | 133 | 0.11 | 0 | 0.13 | 0.40 | 110.53 | 0.08 | 0.56 |
| Hex | 88 | 98 | 85 | B | 0 | D | 28 | 6F | 8 | 38 |
| Octal | 210 | 230 | 205 | 13 | 0 | 15 | 50 | 157 | 10 | 70 |
| Binary | 10001000 | 10011000 | 10000101 | 1011 | 0 | 1101 | 101000 | 1101111 | 1000 | 111000 |
Color Harmonies of #889885
Complementary color
Monochromatic Colors of #889885
Black with #889885
Text Example
Text Example
White with #889885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889885; }
p { color: rgb(136,152,133); }
H1.HeaderClassName
{
color: #889885;
}
.AnyTagClassName
{
color: #889885;
}
</style>
background-color css
<style>
a { background-color: #889885; }
a { background-color: rgb(136,152,133); }
div.DivClassName
{
background-color: #889885;
}
.BgClassName
{
background-color: #889885;
}
</style>
border-color css
<style>
span { border-color: #889885; }
span { border-color: rgb(136,152,133); }
td.TdClassName
{
border-color: #889885;
}
.TagClassName
{
border-color: #889885;
}
</style>