Shades of Friar Grey #8B8575
Tints of Friar Grey #8B8575
RGB
CMYK
RGB Variations
Color information
#8B8575 (or 0x8B8575) is known color: Friar Grey. HEX triplet: 8B, 85 and 75. RGB value is (139,133,117). Sum of RGB (Red+Green+Blue) = 139+133+117=389 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.73% from 389); Green value is 133 (52.34% from 255 or 34.19% from 389); Blue value is 117 (46.09% from 255 or 30.08% from 389); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8575 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8575 is #747A8A. Grayscale: #858585. Windows color (decimal): -7633547 or 7701899. OLE color: 7701899.
HSL color Cylindrical-coordinate representation of color #8B8575: hue angle of 43.64º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8B8575 is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 133 | 117 | - |
| CMYK | 0 | 0.04 | 0.16 | 0.45 |
| HSL | 43.64º | 0.09% | 0.5% | - |
| HSV(B) | 43.64º | 0.16% | 0.55% | - |
| XYZ | 22.25 | 23.55 | 20.2 | - |
| YUV | 132.97 | 118.99 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 133 | 117 | 0 | 0.04 | 0.16 | 0.45 | 43.64 | 0.09 | 0.5 |
| Hex | 8B | 85 | 75 | 0 | 4 | 10 | 2D | 2C | 9 | 32 |
| Octal | 213 | 205 | 165 | 0 | 4 | 20 | 55 | 54 | 11 | 62 |
| Binary | 10001011 | 10000101 | 1110101 | 0 | 100 | 10000 | 101101 | 101100 | 1001 | 110010 |
Color Harmonies of #8B8575
Complementary color
Monochromatic Colors of #8B8575
Black with #8B8575
Text Example
Text Example
White with #8B8575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8575; }
p { color: rgb(139,133,117); }
H1.HeaderClassName
{
color: #8B8575;
}
.AnyTagClassName
{
color: #8B8575;
}
</style>
background-color css
<style>
a { background-color: #8B8575; }
a { background-color: rgb(139,133,117); }
div.DivClassName
{
background-color: #8B8575;
}
.BgClassName
{
background-color: #8B8575;
}
</style>
border-color css
<style>
span { border-color: #8B8575; }
span { border-color: rgb(139,133,117); }
td.TdClassName
{
border-color: #8B8575;
}
.TagClassName
{
border-color: #8B8575;
}
</style>