Shades of Friar Grey #88847A
Tints of Friar Grey #88847A
RGB
CMYK
RGB Variations
Color information
#88847A (or 0x88847A) is known color: Friar Grey. HEX triplet: 88, 84 and 7A. RGB value is (136,132,122). Sum of RGB (Red+Green+Blue) = 136+132+122=390 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.87% from 390); Green value is 132 (51.95% from 255 or 33.85% from 390); Blue value is 122 (48.05% from 255 or 31.28% from 390); Max value from RGB is 136 - color contains mainly: red. Hex color #88847A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88847A is #777B85. Grayscale: #848484. Windows color (decimal): -7830406 or 8029320. OLE color: 8029320.
HSL color Cylindrical-coordinate representation of color #88847A: hue angle of 42.86º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #88847A is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 132 | 122 | - |
| CMYK | 0 | 0.03 | 0.10 | 0.47 |
| HSL | 42.86º | 0.06% | 0.51% | - |
| HSV(B) | 42.86º | 0.1% | 0.53% | - |
| XYZ | 21.92 | 23.14 | 21.72 | - |
| YUV | 132.06 | 122.33 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 132 | 122 | 0 | 0.03 | 0.10 | 0.47 | 42.86 | 0.06 | 0.51 |
| Hex | 88 | 84 | 7A | 0 | 3 | A | 2F | 2B | 6 | 33 |
| Octal | 210 | 204 | 172 | 0 | 3 | 12 | 57 | 53 | 6 | 63 |
| Binary | 10001000 | 10000100 | 1111010 | 0 | 11 | 1010 | 101111 | 101011 | 110 | 110011 |
Color Harmonies of #88847A
Complementary color
Monochromatic Colors of #88847A
Black with #88847A
Text Example
Text Example
White with #88847A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88847A; }
p { color: rgb(136,132,122); }
H1.HeaderClassName
{
color: #88847A;
}
.AnyTagClassName
{
color: #88847A;
}
</style>
background-color css
<style>
a { background-color: #88847A; }
a { background-color: rgb(136,132,122); }
div.DivClassName
{
background-color: #88847A;
}
.BgClassName
{
background-color: #88847A;
}
</style>
border-color css
<style>
span { border-color: #88847A; }
span { border-color: rgb(136,132,122); }
td.TdClassName
{
border-color: #88847A;
}
.TagClassName
{
border-color: #88847A;
}
</style>