Shades of Friar Grey #88857C
Tints of Friar Grey #88857C
RGB
CMYK
RGB Variations
Color information
#88857C (or 0x88857C) is known color: Friar Grey. HEX triplet: 88, 85 and 7C. RGB value is (136,133,124). Sum of RGB (Red+Green+Blue) = 136+133+124=393 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.61% from 393); Green value is 133 (52.34% from 255 or 33.84% from 393); Blue value is 124 (48.83% from 255 or 31.55% from 393); Max value from RGB is 136 - color contains mainly: red. Hex color #88857C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88857C is #777A83. Grayscale: #848484. Windows color (decimal): -7830148 or 8160648. OLE color: 8160648.
HSL color Cylindrical-coordinate representation of color #88857C: hue angle of 45º degrees, saturation: 0.05, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #88857C is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 133 | 124 | - |
| CMYK | 0 | 0.02 | 0.09 | 0.47 |
| HSL | 45º | 0.05% | 0.51% | - |
| HSV(B) | 45º | 0.09% | 0.53% | - |
| XYZ | 22.18 | 23.46 | 22.43 | - |
| YUV | 132.87 | 122.99 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 133 | 124 | 0 | 0.02 | 0.09 | 0.47 | 45 | 0.05 | 0.51 |
| Hex | 88 | 85 | 7C | 0 | 2 | 9 | 2F | 2D | 5 | 33 |
| Octal | 210 | 205 | 174 | 0 | 2 | 11 | 57 | 55 | 5 | 63 |
| Binary | 10001000 | 10000101 | 1111100 | 0 | 10 | 1001 | 101111 | 101101 | 101 | 110011 |
Color Harmonies of #88857C
Complementary color
Monochromatic Colors of #88857C
Black with #88857C
Text Example
Text Example
White with #88857C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88857C; }
p { color: rgb(136,133,124); }
H1.HeaderClassName
{
color: #88857C;
}
.AnyTagClassName
{
color: #88857C;
}
</style>
background-color css
<style>
a { background-color: #88857C; }
a { background-color: rgb(136,133,124); }
div.DivClassName
{
background-color: #88857C;
}
.BgClassName
{
background-color: #88857C;
}
</style>
border-color css
<style>
span { border-color: #88857C; }
span { border-color: rgb(136,133,124); }
td.TdClassName
{
border-color: #88857C;
}
.TagClassName
{
border-color: #88857C;
}
</style>