Shades of Friar Grey #837F70
Tints of Friar Grey #837F70
RGB
CMYK
RGB Variations
Color information
#837F70 (or 0x837F70) is known color: Friar Grey. HEX triplet: 83, 7F and 70. RGB value is (131,127,112). Sum of RGB (Red+Green+Blue) = 131+127+112=370 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.41% from 370); Green value is 127 (50% from 255 or 34.32% from 370); Blue value is 112 (44.14% from 255 or 30.27% from 370); Max value from RGB is 131 - color contains mainly: red. Hex color #837F70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837F70 is #7C808F. Grayscale: #7E7E7E. Windows color (decimal): -8159376 or 7372675. OLE color: 7372675.
HSL color Cylindrical-coordinate representation of color #837F70: hue angle of 47.37º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #837F70 is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 127 | 112 | - |
| CMYK | 0 | 0.03 | 0.15 | 0.49 |
| HSL | 47.37º | 0.08% | 0.48% | - |
| HSV(B) | 47.37º | 0.15% | 0.51% | - |
| XYZ | 19.87 | 21.17 | 18.37 | - |
| YUV | 126.49 | 119.83 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 127 | 112 | 0 | 0.03 | 0.15 | 0.49 | 47.37 | 0.08 | 0.48 |
| Hex | 83 | 7F | 70 | 0 | 3 | F | 31 | 2F | 8 | 30 |
| Octal | 203 | 177 | 160 | 0 | 3 | 17 | 61 | 57 | 10 | 60 |
| Binary | 10000011 | 1111111 | 1110000 | 0 | 11 | 1111 | 110001 | 101111 | 1000 | 110000 |
Color Harmonies of #837F70
Complementary color
Monochromatic Colors of #837F70
Black with #837F70
Text Example
Text Example
White with #837F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837F70; }
p { color: rgb(131,127,112); }
H1.HeaderClassName
{
color: #837F70;
}
.AnyTagClassName
{
color: #837F70;
}
</style>
background-color css
<style>
a { background-color: #837F70; }
a { background-color: rgb(131,127,112); }
div.DivClassName
{
background-color: #837F70;
}
.BgClassName
{
background-color: #837F70;
}
</style>
border-color css
<style>
span { border-color: #837F70; }
span { border-color: rgb(131,127,112); }
td.TdClassName
{
border-color: #837F70;
}
.TagClassName
{
border-color: #837F70;
}
</style>