Shades of Friar Grey #81807C
Tints of Friar Grey #81807C
RGB
CMYK
RGB Variations
Color information
#81807C (or 0x81807C) is known color: Friar Grey. HEX triplet: 81, 80 and 7C. RGB value is (129,128,124). Sum of RGB (Red+Green+Blue) = 129+128+124=381 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.86% from 381); Green value is 128 (50.39% from 255 or 33.60% from 381); Blue value is 124 (48.83% from 255 or 32.55% from 381); Max value from RGB is 129 - color contains mainly: red. Hex color #81807C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81807C is #7E7F83. Grayscale: #7F7F7F. Windows color (decimal): -8290180 or 8159361. OLE color: 8159361.
HSL color Cylindrical-coordinate representation of color #81807C: hue angle of 48º degrees, saturation: 0.02, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #81807C is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 128 | 124 | - |
| CMYK | 0 | 0.01 | 0.04 | 0.49 |
| HSL | 48º | 0.02% | 0.5% | - |
| HSV(B) | 48º | 0.04% | 0.51% | - |
| XYZ | 20.41 | 21.56 | 22.15 | - |
| YUV | 127.84 | 125.83 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 128 | 124 | 0 | 0.01 | 0.04 | 0.49 | 48 | 0.02 | 0.5 |
| Hex | 81 | 80 | 7C | 0 | 1 | 4 | 31 | 30 | 2 | 32 |
| Octal | 201 | 200 | 174 | 0 | 1 | 4 | 61 | 60 | 2 | 62 |
| Binary | 10000001 | 10000000 | 1111100 | 0 | 1 | 100 | 110001 | 110000 | 10 | 110010 |
Color Harmonies of #81807C
Complementary color
Monochromatic Colors of #81807C
Black with #81807C
Text Example
Text Example
White with #81807C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81807C; }
p { color: rgb(129,128,124); }
H1.HeaderClassName
{
color: #81807C;
}
.AnyTagClassName
{
color: #81807C;
}
</style>
background-color css
<style>
a { background-color: #81807C; }
a { background-color: rgb(129,128,124); }
div.DivClassName
{
background-color: #81807C;
}
.BgClassName
{
background-color: #81807C;
}
</style>
border-color css
<style>
span { border-color: #81807C; }
span { border-color: rgb(129,128,124); }
td.TdClassName
{
border-color: #81807C;
}
.TagClassName
{
border-color: #81807C;
}
</style>