Shades of Finch #7A875B
Tints of Finch #7A875B
RGB
CMYK
RGB Variations
Color information
#7A875B (or 0x7A875B) is known color: Finch. HEX triplet: 7A, 87 and 5B. RGB value is (122,135,91). Sum of RGB (Red+Green+Blue) = 122+135+91=348 (46% of max value = 765). Red value is 122 (48.05% from 255 or 35.06% from 348); Green value is 135 (53.12% from 255 or 38.79% from 348); Blue value is 91 (35.94% from 255 or 26.15% from 348); Max value from RGB is 135 - color contains mainly: green. Hex color #7A875B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A875B is #8578A4. Grayscale: #7E7E7E. Windows color (decimal): -8747173 or 5998458. OLE color: 5998458.
HSL color Cylindrical-coordinate representation of color #7A875B: hue angle of 77.73º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7A875B is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 122 | 135 | 91 | - |
| CMYK | 0.10 | 0 | 0.33 | 0.47 |
| HSL | 77.73º | 0.19% | 0.44% | - |
| HSV(B) | 77.73º | 0.33% | 0.53% | - |
| XYZ | 18.58 | 22.22 | 13.21 | - |
| YUV | 126.1 | 108.19 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 135 | 91 | 0.10 | 0 | 0.33 | 0.47 | 77.73 | 0.19 | 0.44 |
| Hex | 7A | 87 | 5B | A | 0 | 21 | 2F | 4E | 13 | 2C |
| Octal | 172 | 207 | 133 | 12 | 0 | 41 | 57 | 116 | 23 | 54 |
| Binary | 1111010 | 10000111 | 1011011 | 1010 | 0 | 100001 | 101111 | 1001110 | 10011 | 101100 |
Color Harmonies of #7A875B
Complementary color
Monochromatic Colors of #7A875B
Black with #7A875B
Text Example
Text Example
White with #7A875B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A875B; }
p { color: rgb(122,135,91); }
H1.HeaderClassName
{
color: #7A875B;
}
.AnyTagClassName
{
color: #7A875B;
}
</style>
background-color css
<style>
a { background-color: #7A875B; }
a { background-color: rgb(122,135,91); }
div.DivClassName
{
background-color: #7A875B;
}
.BgClassName
{
background-color: #7A875B;
}
</style>
border-color css
<style>
span { border-color: #7A875B; }
span { border-color: rgb(122,135,91); }
td.TdClassName
{
border-color: #7A875B;
}
.TagClassName
{
border-color: #7A875B;
}
</style>