Shades of Friar Grey #878379
Tints of Friar Grey #878379
RGB
CMYK
RGB Variations
Color information
#878379 (or 0x878379) is known color: Friar Grey. HEX triplet: 87, 83 and 79. RGB value is (135,131,121). Sum of RGB (Red+Green+Blue) = 135+131+121=387 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.88% from 387); Green value is 131 (51.56% from 255 or 33.85% from 387); Blue value is 121 (47.66% from 255 or 31.27% from 387); Max value from RGB is 135 - color contains mainly: red. Hex color #878379 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878379 is #787C86. Grayscale: #838383. Windows color (decimal): -7896199 or 7963527. OLE color: 7963527.
HSL color Cylindrical-coordinate representation of color #878379: hue angle of 42.86º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #878379 is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 131 | 121 | - |
| CMYK | 0 | 0.03 | 0.10 | 0.47 |
| HSL | 42.86º | 0.06% | 0.5% | - |
| HSV(B) | 42.86º | 0.1% | 0.53% | - |
| XYZ | 21.56 | 22.76 | 21.35 | - |
| YUV | 131.06 | 122.33 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 131 | 121 | 0 | 0.03 | 0.10 | 0.47 | 42.86 | 0.06 | 0.5 |
| Hex | 87 | 83 | 79 | 0 | 3 | A | 2F | 2B | 6 | 32 |
| Octal | 207 | 203 | 171 | 0 | 3 | 12 | 57 | 53 | 6 | 62 |
| Binary | 10000111 | 10000011 | 1111001 | 0 | 11 | 1010 | 101111 | 101011 | 110 | 110010 |
Color Harmonies of #878379
Complementary color
Monochromatic Colors of #878379
Black with #878379
Text Example
Text Example
White with #878379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878379; }
p { color: rgb(135,131,121); }
H1.HeaderClassName
{
color: #878379;
}
.AnyTagClassName
{
color: #878379;
}
</style>
background-color css
<style>
a { background-color: #878379; }
a { background-color: rgb(135,131,121); }
div.DivClassName
{
background-color: #878379;
}
.BgClassName
{
background-color: #878379;
}
</style>
border-color css
<style>
span { border-color: #878379; }
span { border-color: rgb(135,131,121); }
td.TdClassName
{
border-color: #878379;
}
.TagClassName
{
border-color: #878379;
}
</style>