Shades of Friar Grey #8C8878
Tints of Friar Grey #8C8878
RGB
CMYK
RGB Variations
Color information
#8C8878 (or 0x8C8878) is known color: Friar Grey. HEX triplet: 8C, 88 and 78. RGB value is (140,136,120). Sum of RGB (Red+Green+Blue) = 140+136+120=396 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.35% from 396); Green value is 136 (53.52% from 255 or 34.34% from 396); Blue value is 120 (47.27% from 255 or 30.30% from 396); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8878 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8878 is #737787. Grayscale: #878787. Windows color (decimal): -7567240 or 7899276. OLE color: 7899276.
HSL color Cylindrical-coordinate representation of color #8C8878: hue angle of 48º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8C8878 is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 136 | 120 | - |
| CMYK | 0 | 0.03 | 0.14 | 0.45 |
| HSL | 48º | 0.08% | 0.51% | - |
| HSV(B) | 48º | 0.14% | 0.55% | - |
| XYZ | 23.01 | 24.54 | 21.29 | - |
| YUV | 135.37 | 119.33 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 136 | 120 | 0 | 0.03 | 0.14 | 0.45 | 48 | 0.08 | 0.51 |
| Hex | 8C | 88 | 78 | 0 | 3 | E | 2D | 30 | 8 | 33 |
| Octal | 214 | 210 | 170 | 0 | 3 | 16 | 55 | 60 | 10 | 63 |
| Binary | 10001100 | 10001000 | 1111000 | 0 | 11 | 1110 | 101101 | 110000 | 1000 | 110011 |
Color Harmonies of #8C8878
Complementary color
Monochromatic Colors of #8C8878
Black with #8C8878
Text Example
Text Example
White with #8C8878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8878; }
p { color: rgb(140,136,120); }
H1.HeaderClassName
{
color: #8C8878;
}
.AnyTagClassName
{
color: #8C8878;
}
</style>
background-color css
<style>
a { background-color: #8C8878; }
a { background-color: rgb(140,136,120); }
div.DivClassName
{
background-color: #8C8878;
}
.BgClassName
{
background-color: #8C8878;
}
</style>
border-color css
<style>
span { border-color: #8C8878; }
span { border-color: rgb(140,136,120); }
td.TdClassName
{
border-color: #8C8878;
}
.TagClassName
{
border-color: #8C8878;
}
</style>