Shades of Finch #7D814D
Tints of Finch #7D814D
RGB
CMYK
RGB Variations
Color information
#7D814D (or 0x7D814D) is known color: Finch. HEX triplet: 7D, 81 and 4D. RGB value is (125,129,77). Sum of RGB (Red+Green+Blue) = 125+129+77=331 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.76% from 331); Green value is 129 (50.78% from 255 or 38.97% from 331); Blue value is 77 (30.47% from 255 or 23.26% from 331); Max value from RGB is 129 - color contains mainly: green. Hex color #7D814D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D814D is #827EB2. Grayscale: #7A7A7A. Windows color (decimal): -8552115 or 5079421. OLE color: 5079421.
HSL color Cylindrical-coordinate representation of color #7D814D: hue angle of 64.62º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7D814D is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 125 | 129 | 77 | - |
| CMYK | 0.03 | 0 | 0.40 | 0.49 |
| HSL | 64.62º | 0.25% | 0.4% | - |
| HSV(B) | 64.62º | 0.4% | 0.51% | - |
| XYZ | 17.65 | 20.6 | 10.07 | - |
| YUV | 121.88 | 102.67 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 129 | 77 | 0.03 | 0 | 0.40 | 0.49 | 64.62 | 0.25 | 0.4 |
| Hex | 7D | 81 | 4D | 3 | 0 | 28 | 31 | 41 | 19 | 28 |
| Octal | 175 | 201 | 115 | 3 | 0 | 50 | 61 | 101 | 31 | 50 |
| Binary | 1111101 | 10000001 | 1001101 | 11 | 0 | 101000 | 110001 | 1000001 | 11001 | 101000 |
Color Harmonies of #7D814D
Complementary color
Monochromatic Colors of #7D814D
Black with #7D814D
Text Example
Text Example
White with #7D814D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D814D; }
p { color: rgb(125,129,77); }
H1.HeaderClassName
{
color: #7D814D;
}
.AnyTagClassName
{
color: #7D814D;
}
</style>
background-color css
<style>
a { background-color: #7D814D; }
a { background-color: rgb(125,129,77); }
div.DivClassName
{
background-color: #7D814D;
}
.BgClassName
{
background-color: #7D814D;
}
</style>
border-color css
<style>
span { border-color: #7D814D; }
span { border-color: rgb(125,129,77); }
td.TdClassName
{
border-color: #7D814D;
}
.TagClassName
{
border-color: #7D814D;
}
</style>