Shades of Friar Grey #888477
Tints of Friar Grey #888477
RGB
CMYK
RGB Variations
Color information
#888477 (or 0x888477) is known color: Friar Grey. HEX triplet: 88, 84 and 77. RGB value is (136,132,119). Sum of RGB (Red+Green+Blue) = 136+132+119=387 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.14% from 387); Green value is 132 (51.95% from 255 or 34.11% from 387); Blue value is 119 (46.88% from 255 or 30.75% from 387); Max value from RGB is 136 - color contains mainly: red. Hex color #888477 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888477 is #777B88. Grayscale: #838383. Windows color (decimal): -7830409 or 7832712. OLE color: 7832712.
HSL color Cylindrical-coordinate representation of color #888477: hue angle of 45.88º 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 #888477 is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 132 | 119 | - |
| CMYK | 0 | 0.03 | 0.12 | 0.47 |
| HSL | 45.88º | 0.07% | 0.5% | - |
| HSV(B) | 45.88º | 0.13% | 0.53% | - |
| XYZ | 21.73 | 23.07 | 20.76 | - |
| YUV | 131.71 | 120.83 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 132 | 119 | 0 | 0.03 | 0.12 | 0.47 | 45.88 | 0.07 | 0.5 |
| Hex | 88 | 84 | 77 | 0 | 3 | C | 2F | 2E | 7 | 32 |
| Octal | 210 | 204 | 167 | 0 | 3 | 14 | 57 | 56 | 7 | 62 |
| Binary | 10001000 | 10000100 | 1110111 | 0 | 11 | 1100 | 101111 | 101110 | 111 | 110010 |
Color Harmonies of #888477
Complementary color
Monochromatic Colors of #888477
Black with #888477
Text Example
Text Example
White with #888477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888477; }
p { color: rgb(136,132,119); }
H1.HeaderClassName
{
color: #888477;
}
.AnyTagClassName
{
color: #888477;
}
</style>
background-color css
<style>
a { background-color: #888477; }
a { background-color: rgb(136,132,119); }
div.DivClassName
{
background-color: #888477;
}
.BgClassName
{
background-color: #888477;
}
</style>
border-color css
<style>
span { border-color: #888477; }
span { border-color: rgb(136,132,119); }
td.TdClassName
{
border-color: #888477;
}
.TagClassName
{
border-color: #888477;
}
</style>