Shades of Friar Grey #888576
Tints of Friar Grey #888576
RGB
CMYK
RGB Variations
Color information
#888576 (or 0x888576) is known color: Friar Grey. HEX triplet: 88, 85 and 76. RGB value is (136,133,118). Sum of RGB (Red+Green+Blue) = 136+133+118=387 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.14% from 387); Green value is 133 (52.34% from 255 or 34.37% from 387); Blue value is 118 (46.48% from 255 or 30.49% from 387); Max value from RGB is 136 - color contains mainly: red. Hex color #888576 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888576 is #777A89. Grayscale: #848484. Windows color (decimal): -7830154 or 7767432. OLE color: 7767432.
HSL color Cylindrical-coordinate representation of color #888576: hue angle of 50º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #888576 is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 133 | 118 | - |
| CMYK | 0 | 0.02 | 0.13 | 0.47 |
| HSL | 50º | 0.07% | 0.5% | - |
| HSV(B) | 50º | 0.13% | 0.53% | - |
| XYZ | 21.81 | 23.32 | 20.49 | - |
| YUV | 132.19 | 119.99 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 133 | 118 | 0 | 0.02 | 0.13 | 0.47 | 50 | 0.07 | 0.5 |
| Hex | 88 | 85 | 76 | 0 | 2 | D | 2F | 32 | 7 | 32 |
| Octal | 210 | 205 | 166 | 0 | 2 | 15 | 57 | 62 | 7 | 62 |
| Binary | 10001000 | 10000101 | 1110110 | 0 | 10 | 1101 | 101111 | 110010 | 111 | 110010 |
Color Harmonies of #888576
Complementary color
Monochromatic Colors of #888576
Black with #888576
Text Example
Text Example
White with #888576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888576; }
p { color: rgb(136,133,118); }
H1.HeaderClassName
{
color: #888576;
}
.AnyTagClassName
{
color: #888576;
}
</style>
background-color css
<style>
a { background-color: #888576; }
a { background-color: rgb(136,133,118); }
div.DivClassName
{
background-color: #888576;
}
.BgClassName
{
background-color: #888576;
}
</style>
border-color css
<style>
span { border-color: #888576; }
span { border-color: rgb(136,133,118); }
td.TdClassName
{
border-color: #888576;
}
.TagClassName
{
border-color: #888576;
}
</style>