Shades of Friar Grey #888272
Tints of Friar Grey #888272
RGB
CMYK
RGB Variations
Color information
#888272 (or 0x888272) is known color: Friar Grey. HEX triplet: 88, 82 and 72. RGB value is (136,130,114). Sum of RGB (Red+Green+Blue) = 136+130+114=380 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.79% from 380); Green value is 130 (51.17% from 255 or 34.21% from 380); Blue value is 114 (44.92% from 255 or 30% from 380); Max value from RGB is 136 - color contains mainly: red. Hex color #888272 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888272 is #777D8D. Grayscale: #828282. Windows color (decimal): -7830926 or 7504520. OLE color: 7504520.
HSL color Cylindrical-coordinate representation of color #888272: hue angle of 43.64º 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 #888272 is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 130 | 114 | - |
| CMYK | 0 | 0.04 | 0.16 | 0.47 |
| HSL | 43.64º | 0.09% | 0.49% | - |
| HSV(B) | 43.64º | 0.16% | 0.53% | - |
| XYZ | 21.17 | 22.41 | 19.13 | - |
| YUV | 129.97 | 118.99 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 130 | 114 | 0 | 0.04 | 0.16 | 0.47 | 43.64 | 0.09 | 0.49 |
| Hex | 88 | 82 | 72 | 0 | 4 | 10 | 2F | 2C | 9 | 31 |
| Octal | 210 | 202 | 162 | 0 | 4 | 20 | 57 | 54 | 11 | 61 |
| Binary | 10001000 | 10000010 | 1110010 | 0 | 100 | 10000 | 101111 | 101100 | 1001 | 110001 |
Color Harmonies of #888272
Complementary color
Monochromatic Colors of #888272
Black with #888272
Text Example
Text Example
White with #888272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888272; }
p { color: rgb(136,130,114); }
H1.HeaderClassName
{
color: #888272;
}
.AnyTagClassName
{
color: #888272;
}
</style>
background-color css
<style>
a { background-color: #888272; }
a { background-color: rgb(136,130,114); }
div.DivClassName
{
background-color: #888272;
}
.BgClassName
{
background-color: #888272;
}
</style>
border-color css
<style>
span { border-color: #888272; }
span { border-color: rgb(136,130,114); }
td.TdClassName
{
border-color: #888272;
}
.TagClassName
{
border-color: #888272;
}
</style>