Shades of Friar Grey #7F7D76
Tints of Friar Grey #7F7D76
RGB
CMYK
RGB Variations
Color information
#7F7D76 (or 0x7F7D76) is known color: Friar Grey. HEX triplet: 7F, 7D and 76. RGB value is (127,125,118). Sum of RGB (Red+Green+Blue) = 127+125+118=370 (49% of max value = 765). Red value is 127 (50% from 255 or 34.32% from 370); Green value is 125 (49.22% from 255 or 33.78% from 370); Blue value is 118 (46.48% from 255 or 31.89% from 370); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7D76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7D76 is #808289. Grayscale: #7C7C7C. Windows color (decimal): -8422026 or 7765375. OLE color: 7765375.
HSL color Cylindrical-coordinate representation of color #7F7D76: hue angle of 46.67º degrees, saturation: 0.04, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #7F7D76 is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 125 | 118 | - |
| CMYK | 0 | 0.02 | 0.07 | 0.50 |
| HSL | 46.67º | 0.04% | 0.48% | - |
| HSV(B) | 46.67º | 0.07% | 0.5% | - |
| XYZ | 19.36 | 20.49 | 20.07 | - |
| YUV | 124.8 | 124.16 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 125 | 118 | 0 | 0.02 | 0.07 | 0.50 | 46.67 | 0.04 | 0.48 |
| Hex | 7F | 7D | 76 | 0 | 2 | 7 | 32 | 2F | 4 | 30 |
| Octal | 177 | 175 | 166 | 0 | 2 | 7 | 62 | 57 | 4 | 60 |
| Binary | 1111111 | 1111101 | 1110110 | 0 | 10 | 111 | 110010 | 101111 | 100 | 110000 |
Color Harmonies of #7F7D76
Complementary color
Monochromatic Colors of #7F7D76
Black with #7F7D76
Text Example
Text Example
White with #7F7D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7D76; }
p { color: rgb(127,125,118); }
H1.HeaderClassName
{
color: #7F7D76;
}
.AnyTagClassName
{
color: #7F7D76;
}
</style>
background-color css
<style>
a { background-color: #7F7D76; }
a { background-color: rgb(127,125,118); }
div.DivClassName
{
background-color: #7F7D76;
}
.BgClassName
{
background-color: #7F7D76;
}
</style>
border-color css
<style>
span { border-color: #7F7D76; }
span { border-color: rgb(127,125,118); }
td.TdClassName
{
border-color: #7F7D76;
}
.TagClassName
{
border-color: #7F7D76;
}
</style>