Shades of Friar Grey #888472
Tints of Friar Grey #888472
RGB
CMYK
RGB Variations
Color information
#888472 (or 0x888472) is known color: Friar Grey. HEX triplet: 88, 84 and 72. RGB value is (136,132,114). Sum of RGB (Red+Green+Blue) = 136+132+114=382 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.60% from 382); Green value is 132 (51.95% from 255 or 34.55% from 382); Blue value is 114 (44.92% from 255 or 29.84% from 382); Max value from RGB is 136 - color contains mainly: red. Hex color #888472 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888472 is #777B8D. Grayscale: #838383. Windows color (decimal): -7830414 or 7505032. OLE color: 7505032.
HSL color Cylindrical-coordinate representation of color #888472: hue angle of 49.09º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #888472 is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 132 | 114 | - |
| CMYK | 0 | 0.03 | 0.16 | 0.47 |
| HSL | 49.09º | 0.09% | 0.49% | - |
| HSV(B) | 49.09º | 0.16% | 0.53% | - |
| XYZ | 21.44 | 22.95 | 19.22 | - |
| YUV | 131.14 | 118.33 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 132 | 114 | 0 | 0.03 | 0.16 | 0.47 | 49.09 | 0.09 | 0.49 |
| Hex | 88 | 84 | 72 | 0 | 3 | 10 | 2F | 31 | 9 | 31 |
| Octal | 210 | 204 | 162 | 0 | 3 | 20 | 57 | 61 | 11 | 61 |
| Binary | 10001000 | 10000100 | 1110010 | 0 | 11 | 10000 | 101111 | 110001 | 1001 | 110001 |
Color Harmonies of #888472
Complementary color
Monochromatic Colors of #888472
Black with #888472
Text Example
Text Example
White with #888472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888472; }
p { color: rgb(136,132,114); }
H1.HeaderClassName
{
color: #888472;
}
.AnyTagClassName
{
color: #888472;
}
</style>
background-color css
<style>
a { background-color: #888472; }
a { background-color: rgb(136,132,114); }
div.DivClassName
{
background-color: #888472;
}
.BgClassName
{
background-color: #888472;
}
</style>
border-color css
<style>
span { border-color: #888472; }
span { border-color: rgb(136,132,114); }
td.TdClassName
{
border-color: #888472;
}
.TagClassName
{
border-color: #888472;
}
</style>