Shades of Finch #7A7F4F
Tints of Finch #7A7F4F
RGB
CMYK
RGB Variations
Color information
#7A7F4F (or 0x7A7F4F) is known color: Finch. HEX triplet: 7A, 7F and 4F. RGB value is (122,127,79). Sum of RGB (Red+Green+Blue) = 122+127+79=328 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.20% from 328); Green value is 127 (50% from 255 or 38.72% from 328); Blue value is 79 (31.25% from 255 or 24.09% from 328); Max value from RGB is 127 - color contains mainly: green. Hex color #7A7F4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7F4F is #8580B0. Grayscale: #787878. Windows color (decimal): -8749233 or 5209978. OLE color: 5209978.
HSL color Cylindrical-coordinate representation of color #7A7F4F: hue angle of 66.25º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7A7F4F is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 122 | 127 | 79 | - |
| CMYK | 0.04 | 0 | 0.38 | 0.50 |
| HSL | 66.25º | 0.23% | 0.4% | - |
| HSV(B) | 66.25º | 0.38% | 0.5% | - |
| XYZ | 17.03 | 19.88 | 10.34 | - |
| YUV | 120.03 | 104.84 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 127 | 79 | 0.04 | 0 | 0.38 | 0.50 | 66.25 | 0.23 | 0.4 |
| Hex | 7A | 7F | 4F | 4 | 0 | 26 | 32 | 42 | 17 | 28 |
| Octal | 172 | 177 | 117 | 4 | 0 | 46 | 62 | 102 | 27 | 50 |
| Binary | 1111010 | 1111111 | 1001111 | 100 | 0 | 100110 | 110010 | 1000010 | 10111 | 101000 |
Color Harmonies of #7A7F4F
Complementary color
Monochromatic Colors of #7A7F4F
Black with #7A7F4F
Text Example
Text Example
White with #7A7F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7F4F; }
p { color: rgb(122,127,79); }
H1.HeaderClassName
{
color: #7A7F4F;
}
.AnyTagClassName
{
color: #7A7F4F;
}
</style>
background-color css
<style>
a { background-color: #7A7F4F; }
a { background-color: rgb(122,127,79); }
div.DivClassName
{
background-color: #7A7F4F;
}
.BgClassName
{
background-color: #7A7F4F;
}
</style>
border-color css
<style>
span { border-color: #7A7F4F; }
span { border-color: rgb(122,127,79); }
td.TdClassName
{
border-color: #7A7F4F;
}
.TagClassName
{
border-color: #7A7F4F;
}
</style>