Shades of Friar Grey #888577
Tints of Friar Grey #888577
RGB
CMYK
RGB Variations
Color information
#888577 (or 0x888577) is known color: Friar Grey. HEX triplet: 88, 85 and 77. RGB value is (136,133,119). Sum of RGB (Red+Green+Blue) = 136+133+119=388 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.05% from 388); Green value is 133 (52.34% from 255 or 34.28% from 388); Blue value is 119 (46.88% from 255 or 30.67% from 388); Max value from RGB is 136 - color contains mainly: red. Hex color #888577 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888577 is #777A88. Grayscale: #848484. Windows color (decimal): -7830153 or 7832968. OLE color: 7832968.
HSL color Cylindrical-coordinate representation of color #888577: hue angle of 49.41º 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 #888577 is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 133 | 119 | - |
| CMYK | 0 | 0.02 | 0.12 | 0.47 |
| HSL | 49.41º | 0.07% | 0.5% | - |
| HSV(B) | 49.41º | 0.13% | 0.53% | - |
| XYZ | 21.87 | 23.34 | 20.81 | - |
| YUV | 132.3 | 120.49 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 133 | 119 | 0 | 0.02 | 0.12 | 0.47 | 49.41 | 0.07 | 0.5 |
| Hex | 88 | 85 | 77 | 0 | 2 | C | 2F | 31 | 7 | 32 |
| Octal | 210 | 205 | 167 | 0 | 2 | 14 | 57 | 61 | 7 | 62 |
| Binary | 10001000 | 10000101 | 1110111 | 0 | 10 | 1100 | 101111 | 110001 | 111 | 110010 |
Color Harmonies of #888577
Complementary color
Monochromatic Colors of #888577
Black with #888577
Text Example
Text Example
White with #888577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888577; }
p { color: rgb(136,133,119); }
H1.HeaderClassName
{
color: #888577;
}
.AnyTagClassName
{
color: #888577;
}
</style>
background-color css
<style>
a { background-color: #888577; }
a { background-color: rgb(136,133,119); }
div.DivClassName
{
background-color: #888577;
}
.BgClassName
{
background-color: #888577;
}
</style>
border-color css
<style>
span { border-color: #888577; }
span { border-color: rgb(136,133,119); }
td.TdClassName
{
border-color: #888577;
}
.TagClassName
{
border-color: #888577;
}
</style>