Shades of Friar Grey #878270
Tints of Friar Grey #878270
RGB
CMYK
RGB Variations
Color information
#878270 (or 0x878270) is known color: Friar Grey. HEX triplet: 87, 82 and 70. RGB value is (135,130,112). Sum of RGB (Red+Green+Blue) = 135+130+112=377 (49% of max value = 765). Red value is 135 (53.12% from 255 or 35.81% from 377); Green value is 130 (51.17% from 255 or 34.48% from 377); Blue value is 112 (44.14% from 255 or 29.71% from 377); Max value from RGB is 135 - color contains mainly: red. Hex color #878270 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878270 is #787D8F. Grayscale: #818181. Windows color (decimal): -7896464 or 7373447. OLE color: 7373447.
HSL color Cylindrical-coordinate representation of color #878270: hue angle of 46.96º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #878270 is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 130 | 112 | - |
| CMYK | 0 | 0.04 | 0.17 | 0.47 |
| HSL | 46.96º | 0.09% | 0.48% | - |
| HSV(B) | 46.96º | 0.17% | 0.53% | - |
| XYZ | 20.9 | 22.29 | 18.53 | - |
| YUV | 129.44 | 118.16 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 130 | 112 | 0 | 0.04 | 0.17 | 0.47 | 46.96 | 0.09 | 0.48 |
| Hex | 87 | 82 | 70 | 0 | 4 | 11 | 2F | 2F | 9 | 30 |
| Octal | 207 | 202 | 160 | 0 | 4 | 21 | 57 | 57 | 11 | 60 |
| Binary | 10000111 | 10000010 | 1110000 | 0 | 100 | 10001 | 101111 | 101111 | 1001 | 110000 |
Color Harmonies of #878270
Complementary color
Monochromatic Colors of #878270
Black with #878270
Text Example
Text Example
White with #878270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878270; }
p { color: rgb(135,130,112); }
H1.HeaderClassName
{
color: #878270;
}
.AnyTagClassName
{
color: #878270;
}
</style>
background-color css
<style>
a { background-color: #878270; }
a { background-color: rgb(135,130,112); }
div.DivClassName
{
background-color: #878270;
}
.BgClassName
{
background-color: #878270;
}
</style>
border-color css
<style>
span { border-color: #878270; }
span { border-color: rgb(135,130,112); }
td.TdClassName
{
border-color: #878270;
}
.TagClassName
{
border-color: #878270;
}
</style>