Shades of Friar Grey #858378
Tints of Friar Grey #858378
RGB
CMYK
RGB Variations
Color information
#858378 (or 0x858378) is known color: Friar Grey. HEX triplet: 85, 83 and 78. RGB value is (133,131,120). Sum of RGB (Red+Green+Blue) = 133+131+120=384 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.64% from 384); Green value is 131 (51.56% from 255 or 34.11% from 384); Blue value is 120 (47.27% from 255 or 31.25% from 384); Max value from RGB is 133 - color contains mainly: red. Hex color #858378 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858378 is #7A7C87. Grayscale: #828282. Windows color (decimal): -8027272 or 7897989. OLE color: 7897989.
HSL color Cylindrical-coordinate representation of color #858378: hue angle of 50.77º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #858378 is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 131 | 120 | - |
| CMYK | 0 | 0.02 | 0.10 | 0.48 |
| HSL | 50.77º | 0.05% | 0.5% | - |
| HSV(B) | 50.77º | 0.1% | 0.52% | - |
| XYZ | 21.18 | 22.58 | 21.01 | - |
| YUV | 130.34 | 122.16 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 131 | 120 | 0 | 0.02 | 0.10 | 0.48 | 50.77 | 0.05 | 0.5 |
| Hex | 85 | 83 | 78 | 0 | 2 | A | 30 | 33 | 5 | 32 |
| Octal | 205 | 203 | 170 | 0 | 2 | 12 | 60 | 63 | 5 | 62 |
| Binary | 10000101 | 10000011 | 1111000 | 0 | 10 | 1010 | 110000 | 110011 | 101 | 110010 |
Color Harmonies of #858378
Complementary color
Monochromatic Colors of #858378
Black with #858378
Text Example
Text Example
White with #858378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858378; }
p { color: rgb(133,131,120); }
H1.HeaderClassName
{
color: #858378;
}
.AnyTagClassName
{
color: #858378;
}
</style>
background-color css
<style>
a { background-color: #858378; }
a { background-color: rgb(133,131,120); }
div.DivClassName
{
background-color: #858378;
}
.BgClassName
{
background-color: #858378;
}
</style>
border-color css
<style>
span { border-color: #858378; }
span { border-color: rgb(133,131,120); }
td.TdClassName
{
border-color: #858378;
}
.TagClassName
{
border-color: #858378;
}
</style>