Shades of Friar Grey #888578
Tints of Friar Grey #888578
RGB
CMYK
RGB Variations
Color information
#888578 (or 0x888578) is known color: Friar Grey. HEX triplet: 88, 85 and 78. RGB value is (136,133,120). Sum of RGB (Red+Green+Blue) = 136+133+120=389 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.96% from 389); Green value is 133 (52.34% from 255 or 34.19% from 389); Blue value is 120 (47.27% from 255 or 30.85% from 389); Max value from RGB is 136 - color contains mainly: red. Hex color #888578 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888578 is #777A87. Grayscale: #848484. Windows color (decimal): -7830152 or 7898504. OLE color: 7898504.
HSL color Cylindrical-coordinate representation of color #888578: hue angle of 48.75º degrees, saturation: 0.06, 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 #888578 is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 133 | 120 | - |
| CMYK | 0 | 0.02 | 0.12 | 0.47 |
| HSL | 48.75º | 0.06% | 0.5% | - |
| HSV(B) | 48.75º | 0.12% | 0.53% | - |
| XYZ | 21.93 | 23.37 | 21.12 | - |
| YUV | 132.42 | 120.99 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 133 | 120 | 0 | 0.02 | 0.12 | 0.47 | 48.75 | 0.06 | 0.5 |
| Hex | 88 | 85 | 78 | 0 | 2 | C | 2F | 31 | 6 | 32 |
| Octal | 210 | 205 | 170 | 0 | 2 | 14 | 57 | 61 | 6 | 62 |
| Binary | 10001000 | 10000101 | 1111000 | 0 | 10 | 1100 | 101111 | 110001 | 110 | 110010 |
Color Harmonies of #888578
Complementary color
Monochromatic Colors of #888578
Black with #888578
Text Example
Text Example
White with #888578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888578; }
p { color: rgb(136,133,120); }
H1.HeaderClassName
{
color: #888578;
}
.AnyTagClassName
{
color: #888578;
}
</style>
background-color css
<style>
a { background-color: #888578; }
a { background-color: rgb(136,133,120); }
div.DivClassName
{
background-color: #888578;
}
.BgClassName
{
background-color: #888578;
}
</style>
border-color css
<style>
span { border-color: #888578; }
span { border-color: rgb(136,133,120); }
td.TdClassName
{
border-color: #888578;
}
.TagClassName
{
border-color: #888578;
}
</style>