Shades of Finch #7A7F58
Tints of Finch #7A7F58
RGB
CMYK
RGB Variations
Color information
#7A7F58 (or 0x7A7F58) is known color: Finch. HEX triplet: 7A, 7F and 58. RGB value is (122,127,88). Sum of RGB (Red+Green+Blue) = 122+127+88=337 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.20% from 337); Green value is 127 (50% from 255 or 37.69% from 337); Blue value is 88 (34.77% from 255 or 26.11% from 337); Max value from RGB is 127 - color contains mainly: green. Hex color #7A7F58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7F58 is #8580A7. Grayscale: #797979. Windows color (decimal): -8749224 or 5799802. OLE color: 5799802.
HSL color Cylindrical-coordinate representation of color #7A7F58: hue angle of 67.69º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7A7F58 is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 122 | 127 | 88 | - |
| CMYK | 0.04 | 0 | 0.31 | 0.50 |
| HSL | 67.69º | 0.18% | 0.42% | - |
| HSV(B) | 67.69º | 0.31% | 0.5% | - |
| XYZ | 17.38 | 20.02 | 12.18 | - |
| YUV | 121.06 | 109.34 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 127 | 88 | 0.04 | 0 | 0.31 | 0.50 | 67.69 | 0.18 | 0.42 |
| Hex | 7A | 7F | 58 | 4 | 0 | 1F | 32 | 44 | 12 | 2A |
| Octal | 172 | 177 | 130 | 4 | 0 | 37 | 62 | 104 | 22 | 52 |
| Binary | 1111010 | 1111111 | 1011000 | 100 | 0 | 11111 | 110010 | 1000100 | 10010 | 101010 |
Color Harmonies of #7A7F58
Complementary color
Monochromatic Colors of #7A7F58
Black with #7A7F58
Text Example
Text Example
White with #7A7F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7F58; }
p { color: rgb(122,127,88); }
H1.HeaderClassName
{
color: #7A7F58;
}
.AnyTagClassName
{
color: #7A7F58;
}
</style>
background-color css
<style>
a { background-color: #7A7F58; }
a { background-color: rgb(122,127,88); }
div.DivClassName
{
background-color: #7A7F58;
}
.BgClassName
{
background-color: #7A7F58;
}
</style>
border-color css
<style>
span { border-color: #7A7F58; }
span { border-color: rgb(122,127,88); }
td.TdClassName
{
border-color: #7A7F58;
}
.TagClassName
{
border-color: #7A7F58;
}
</style>