Shades of Friar Grey #888785
Tints of Friar Grey #888785
RGB
CMYK
RGB Variations
Color information
#888785 (or 0x888785) is known color: Friar Grey. HEX triplet: 88, 87 and 85. RGB value is (136,135,133). Sum of RGB (Red+Green+Blue) = 136+135+133=404 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.66% from 404); Green value is 135 (53.12% from 255 or 33.42% from 404); Blue value is 133 (52.34% from 255 or 32.92% from 404); Max value from RGB is 136 - color contains mainly: red. Hex color #888785 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888785 is #77787A. Grayscale: #878787. Windows color (decimal): -7829627 or 8750984. OLE color: 8750984.
HSL color Cylindrical-coordinate representation of color #888785: hue angle of 40º degrees, saturation: 0.01, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #888785 is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 135 | 133 | - |
| CMYK | 0 | 0.01 | 0.02 | 0.47 |
| HSL | 40º | 0.01% | 0.53% | - |
| HSV(B) | 40º | 0.02% | 0.53% | - |
| XYZ | 23.05 | 24.26 | 25.66 | - |
| YUV | 135.07 | 126.83 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 135 | 133 | 0 | 0.01 | 0.02 | 0.47 | 40 | 0.01 | 0.53 |
| Hex | 88 | 87 | 85 | 0 | 1 | 2 | 2F | 28 | 1 | 35 |
| Octal | 210 | 207 | 205 | 0 | 1 | 2 | 57 | 50 | 1 | 65 |
| Binary | 10001000 | 10000111 | 10000101 | 0 | 1 | 10 | 101111 | 101000 | 1 | 110101 |
Color Harmonies of #888785
Complementary color
Monochromatic Colors of #888785
Black with #888785
Text Example
Text Example
White with #888785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888785; }
p { color: rgb(136,135,133); }
H1.HeaderClassName
{
color: #888785;
}
.AnyTagClassName
{
color: #888785;
}
</style>
background-color css
<style>
a { background-color: #888785; }
a { background-color: rgb(136,135,133); }
div.DivClassName
{
background-color: #888785;
}
.BgClassName
{
background-color: #888785;
}
</style>
border-color css
<style>
span { border-color: #888785; }
span { border-color: rgb(136,135,133); }
td.TdClassName
{
border-color: #888785;
}
.TagClassName
{
border-color: #888785;
}
</style>