Shades of Friar Grey #888783
Tints of Friar Grey #888783
RGB
CMYK
RGB Variations
Color information
#888783 (or 0x888783) is known color: Friar Grey. HEX triplet: 88, 87 and 83. RGB value is (136,135,131). Sum of RGB (Red+Green+Blue) = 136+135+131=402 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.83% from 402); Green value is 135 (53.12% from 255 or 33.58% from 402); Blue value is 131 (51.56% from 255 or 32.59% from 402); Max value from RGB is 136 - color contains mainly: red. Hex color #888783 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888783 is #77787C. Grayscale: #868686. Windows color (decimal): -7829629 or 8619912. OLE color: 8619912.
HSL color Cylindrical-coordinate representation of color #888783: hue angle of 48º degrees, saturation: 0.02, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #888783 is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 135 | 131 | - |
| CMYK | 0 | 0.01 | 0.04 | 0.47 |
| HSL | 48º | 0.02% | 0.52% | - |
| HSV(B) | 48º | 0.04% | 0.53% | - |
| XYZ | 22.91 | 24.2 | 24.94 | - |
| YUV | 134.84 | 125.83 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 135 | 131 | 0 | 0.01 | 0.04 | 0.47 | 48 | 0.02 | 0.52 |
| Hex | 88 | 87 | 83 | 0 | 1 | 4 | 2F | 30 | 2 | 34 |
| Octal | 210 | 207 | 203 | 0 | 1 | 4 | 57 | 60 | 2 | 64 |
| Binary | 10001000 | 10000111 | 10000011 | 0 | 1 | 100 | 101111 | 110000 | 10 | 110100 |
Color Harmonies of #888783
Complementary color
Monochromatic Colors of #888783
Black with #888783
Text Example
Text Example
White with #888783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888783; }
p { color: rgb(136,135,131); }
H1.HeaderClassName
{
color: #888783;
}
.AnyTagClassName
{
color: #888783;
}
</style>
background-color css
<style>
a { background-color: #888783; }
a { background-color: rgb(136,135,131); }
div.DivClassName
{
background-color: #888783;
}
.BgClassName
{
background-color: #888783;
}
</style>
border-color css
<style>
span { border-color: #888783; }
span { border-color: rgb(136,135,131); }
td.TdClassName
{
border-color: #888783;
}
.TagClassName
{
border-color: #888783;
}
</style>