Shades of Finch #7A7C5B
Tints of Finch #7A7C5B
RGB
CMYK
RGB Variations
Color information
#7A7C5B (or 0x7A7C5B) is known color: Finch. HEX triplet: 7A, 7C and 5B. RGB value is (122,124,91). Sum of RGB (Red+Green+Blue) = 122+124+91=337 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.20% from 337); Green value is 124 (48.83% from 255 or 36.80% from 337); Blue value is 91 (35.94% from 255 or 27.00% from 337); Max value from RGB is 124 - color contains mainly: green. Hex color #7A7C5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7C5B is #8583A4. Grayscale: #777777. Windows color (decimal): -8749989 or 5995642. OLE color: 5995642.
HSL color Cylindrical-coordinate representation of color #7A7C5B: hue angle of 63.64º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7A7C5B is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 122 | 124 | 91 | - |
| CMYK | 0.02 | 0 | 0.27 | 0.51 |
| HSL | 63.64º | 0.15% | 0.42% | - |
| HSV(B) | 63.64º | 0.27% | 0.49% | - |
| XYZ | 17.12 | 19.31 | 12.72 | - |
| YUV | 119.64 | 111.84 | 129.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 124 | 91 | 0.02 | 0 | 0.27 | 0.51 | 63.64 | 0.15 | 0.42 |
| Hex | 7A | 7C | 5B | 2 | 0 | 1B | 33 | 40 | F | 2A |
| Octal | 172 | 174 | 133 | 2 | 0 | 33 | 63 | 100 | 17 | 52 |
| Binary | 1111010 | 1111100 | 1011011 | 10 | 0 | 11011 | 110011 | 1000000 | 1111 | 101010 |
Color Harmonies of #7A7C5B
Complementary color
Monochromatic Colors of #7A7C5B
Black with #7A7C5B
Text Example
Text Example
White with #7A7C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7C5B; }
p { color: rgb(122,124,91); }
H1.HeaderClassName
{
color: #7A7C5B;
}
.AnyTagClassName
{
color: #7A7C5B;
}
</style>
background-color css
<style>
a { background-color: #7A7C5B; }
a { background-color: rgb(122,124,91); }
div.DivClassName
{
background-color: #7A7C5B;
}
.BgClassName
{
background-color: #7A7C5B;
}
</style>
border-color css
<style>
span { border-color: #7A7C5B; }
span { border-color: rgb(122,124,91); }
td.TdClassName
{
border-color: #7A7C5B;
}
.TagClassName
{
border-color: #7A7C5B;
}
</style>