Shades of Friar Grey #888677
Tints of Friar Grey #888677
RGB
CMYK
RGB Variations
Color information
#888677 (or 0x888677) is known color: Friar Grey. HEX triplet: 88, 86 and 77. RGB value is (136,134,119). Sum of RGB (Red+Green+Blue) = 136+134+119=389 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.96% from 389); Green value is 134 (52.73% from 255 or 34.45% from 389); Blue value is 119 (46.88% from 255 or 30.59% from 389); Max value from RGB is 136 - color contains mainly: red. Hex color #888677 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888677 is #777988. Grayscale: #848484. Windows color (decimal): -7829897 or 7833224. OLE color: 7833224.
HSL color Cylindrical-coordinate representation of color #888677: hue angle of 52.94º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #888677 is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 134 | 119 | - |
| CMYK | 0 | 0.01 | 0.12 | 0.47 |
| HSL | 52.94º | 0.07% | 0.5% | - |
| HSV(B) | 52.94º | 0.13% | 0.53% | - |
| XYZ | 22.01 | 23.62 | 20.85 | - |
| YUV | 132.89 | 120.16 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 134 | 119 | 0 | 0.01 | 0.12 | 0.47 | 52.94 | 0.07 | 0.5 |
| Hex | 88 | 86 | 77 | 0 | 1 | C | 2F | 35 | 7 | 32 |
| Octal | 210 | 206 | 167 | 0 | 1 | 14 | 57 | 65 | 7 | 62 |
| Binary | 10001000 | 10000110 | 1110111 | 0 | 1 | 1100 | 101111 | 110101 | 111 | 110010 |
Color Harmonies of #888677
Complementary color
Monochromatic Colors of #888677
Black with #888677
Text Example
Text Example
White with #888677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888677; }
p { color: rgb(136,134,119); }
H1.HeaderClassName
{
color: #888677;
}
.AnyTagClassName
{
color: #888677;
}
</style>
background-color css
<style>
a { background-color: #888677; }
a { background-color: rgb(136,134,119); }
div.DivClassName
{
background-color: #888677;
}
.BgClassName
{
background-color: #888677;
}
</style>
border-color css
<style>
span { border-color: #888677; }
span { border-color: rgb(136,134,119); }
td.TdClassName
{
border-color: #888677;
}
.TagClassName
{
border-color: #888677;
}
</style>