Shades of Friar Grey #817E72
Tints of Friar Grey #817E72
RGB
CMYK
RGB Variations
Color information
#817E72 (or 0x817E72) is known color: Friar Grey. HEX triplet: 81, 7E and 72. RGB value is (129,126,114). Sum of RGB (Red+Green+Blue) = 129+126+114=369 (48% of max value = 765). Red value is 129 (50.78% from 255 or 34.96% from 369); Green value is 126 (49.61% from 255 or 34.15% from 369); Blue value is 114 (44.92% from 255 or 30.89% from 369); Max value from RGB is 129 - color contains mainly: red. Hex color #817E72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817E72 is #7E818D. Grayscale: #7D7D7D. Windows color (decimal): -8290702 or 7503489. OLE color: 7503489.
HSL color Cylindrical-coordinate representation of color #817E72: hue angle of 48º degrees, saturation: 0.06, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #817E72 is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 126 | 114 | - |
| CMYK | 0 | 0.02 | 0.12 | 0.49 |
| HSL | 48º | 0.06% | 0.48% | - |
| HSV(B) | 48º | 0.12% | 0.51% | - |
| XYZ | 19.55 | 20.8 | 18.9 | - |
| YUV | 125.53 | 121.49 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 126 | 114 | 0 | 0.02 | 0.12 | 0.49 | 48 | 0.06 | 0.48 |
| Hex | 81 | 7E | 72 | 0 | 2 | C | 31 | 30 | 6 | 30 |
| Octal | 201 | 176 | 162 | 0 | 2 | 14 | 61 | 60 | 6 | 60 |
| Binary | 10000001 | 1111110 | 1110010 | 0 | 10 | 1100 | 110001 | 110000 | 110 | 110000 |
Color Harmonies of #817E72
Complementary color
Monochromatic Colors of #817E72
Black with #817E72
Text Example
Text Example
White with #817E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817E72; }
p { color: rgb(129,126,114); }
H1.HeaderClassName
{
color: #817E72;
}
.AnyTagClassName
{
color: #817E72;
}
</style>
background-color css
<style>
a { background-color: #817E72; }
a { background-color: rgb(129,126,114); }
div.DivClassName
{
background-color: #817E72;
}
.BgClassName
{
background-color: #817E72;
}
</style>
border-color css
<style>
span { border-color: #817E72; }
span { border-color: rgb(129,126,114); }
td.TdClassName
{
border-color: #817E72;
}
.TagClassName
{
border-color: #817E72;
}
</style>