Shades of Friar Grey #888679
Tints of Friar Grey #888679
RGB
CMYK
RGB Variations
Color information
#888679 (or 0x888679) is known color: Friar Grey. HEX triplet: 88, 86 and 79. RGB value is (136,134,121). Sum of RGB (Red+Green+Blue) = 136+134+121=391 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.78% from 391); Green value is 134 (52.73% from 255 or 34.27% from 391); Blue value is 121 (47.66% from 255 or 30.95% from 391); Max value from RGB is 136 - color contains mainly: red. Hex color #888679 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888679 is #777986. Grayscale: #858585. Windows color (decimal): -7829895 or 7964296. OLE color: 7964296.
HSL color Cylindrical-coordinate representation of color #888679: hue angle of 52º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #888679 is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 134 | 121 | - |
| CMYK | 0 | 0.01 | 0.11 | 0.47 |
| HSL | 52º | 0.06% | 0.5% | - |
| HSV(B) | 52º | 0.11% | 0.53% | - |
| XYZ | 22.13 | 23.66 | 21.49 | - |
| YUV | 133.12 | 121.16 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 134 | 121 | 0 | 0.01 | 0.11 | 0.47 | 52 | 0.06 | 0.5 |
| Hex | 88 | 86 | 79 | 0 | 1 | B | 2F | 34 | 6 | 32 |
| Octal | 210 | 206 | 171 | 0 | 1 | 13 | 57 | 64 | 6 | 62 |
| Binary | 10001000 | 10000110 | 1111001 | 0 | 1 | 1011 | 101111 | 110100 | 110 | 110010 |
Color Harmonies of #888679
Complementary color
Monochromatic Colors of #888679
Black with #888679
Text Example
Text Example
White with #888679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888679; }
p { color: rgb(136,134,121); }
H1.HeaderClassName
{
color: #888679;
}
.AnyTagClassName
{
color: #888679;
}
</style>
background-color css
<style>
a { background-color: #888679; }
a { background-color: rgb(136,134,121); }
div.DivClassName
{
background-color: #888679;
}
.BgClassName
{
background-color: #888679;
}
</style>
border-color css
<style>
span { border-color: #888679; }
span { border-color: rgb(136,134,121); }
td.TdClassName
{
border-color: #888679;
}
.TagClassName
{
border-color: #888679;
}
</style>