Shades of Finch #7D824A
Tints of Finch #7D824A
RGB
CMYK
RGB Variations
Color information
#7D824A (or 0x7D824A) is known color: Finch. HEX triplet: 7D, 82 and 4A. RGB value is (125,130,74). Sum of RGB (Red+Green+Blue) = 125+130+74=329 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.99% from 329); Green value is 130 (51.17% from 255 or 39.51% from 329); Blue value is 74 (29.30% from 255 or 22.49% from 329); Max value from RGB is 130 - color contains mainly: green. Hex color #7D824A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D824A is #827DB5. Grayscale: #7A7A7A. Windows color (decimal): -8551862 or 4883069. OLE color: 4883069.
HSL color Cylindrical-coordinate representation of color #7D824A: hue angle of 65.36º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7D824A is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 125 | 130 | 74 | - |
| CMYK | 0.04 | 0 | 0.43 | 0.49 |
| HSL | 65.36º | 0.27% | 0.4% | - |
| HSV(B) | 65.36º | 0.43% | 0.51% | - |
| XYZ | 17.68 | 20.82 | 9.57 | - |
| YUV | 122.12 | 100.84 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 130 | 74 | 0.04 | 0 | 0.43 | 0.49 | 65.36 | 0.27 | 0.4 |
| Hex | 7D | 82 | 4A | 4 | 0 | 2B | 31 | 41 | 1B | 28 |
| Octal | 175 | 202 | 112 | 4 | 0 | 53 | 61 | 101 | 33 | 50 |
| Binary | 1111101 | 10000010 | 1001010 | 100 | 0 | 101011 | 110001 | 1000001 | 11011 | 101000 |
Color Harmonies of #7D824A
Complementary color
Monochromatic Colors of #7D824A
Black with #7D824A
Text Example
Text Example
White with #7D824A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D824A; }
p { color: rgb(125,130,74); }
H1.HeaderClassName
{
color: #7D824A;
}
.AnyTagClassName
{
color: #7D824A;
}
</style>
background-color css
<style>
a { background-color: #7D824A; }
a { background-color: rgb(125,130,74); }
div.DivClassName
{
background-color: #7D824A;
}
.BgClassName
{
background-color: #7D824A;
}
</style>
border-color css
<style>
span { border-color: #7D824A; }
span { border-color: rgb(125,130,74); }
td.TdClassName
{
border-color: #7D824A;
}
.TagClassName
{
border-color: #7D824A;
}
</style>