Shades of Finch #7D834D
Tints of Finch #7D834D
RGB
CMYK
RGB Variations
Color information
#7D834D (or 0x7D834D) is known color: Finch. HEX triplet: 7D, 83 and 4D. RGB value is (125,131,77). Sum of RGB (Red+Green+Blue) = 125+131+77=333 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.54% from 333); Green value is 131 (51.56% from 255 or 39.34% from 333); Blue value is 77 (30.47% from 255 or 23.12% from 333); Max value from RGB is 131 - color contains mainly: green. Hex color #7D834D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D834D is #827CB2. Grayscale: #7B7B7B. Windows color (decimal): -8551603 or 5079933. OLE color: 5079933.
HSL color Cylindrical-coordinate representation of color #7D834D: hue angle of 66.67º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7D834D is Cyan = 0.05, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 125 | 131 | 77 | - |
| CMYK | 0.05 | 0 | 0.41 | 0.49 |
| HSL | 66.67º | 0.26% | 0.41% | - |
| HSV(B) | 66.67º | 0.41% | 0.51% | - |
| XYZ | 17.91 | 21.13 | 10.16 | - |
| YUV | 123.05 | 102.01 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 131 | 77 | 0.05 | 0 | 0.41 | 0.49 | 66.67 | 0.26 | 0.41 |
| Hex | 7D | 83 | 4D | 5 | 0 | 29 | 31 | 43 | 1A | 29 |
| Octal | 175 | 203 | 115 | 5 | 0 | 51 | 61 | 103 | 32 | 51 |
| Binary | 1111101 | 10000011 | 1001101 | 101 | 0 | 101001 | 110001 | 1000011 | 11010 | 101001 |
Color Harmonies of #7D834D
Complementary color
Monochromatic Colors of #7D834D
Black with #7D834D
Text Example
Text Example
White with #7D834D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D834D; }
p { color: rgb(125,131,77); }
H1.HeaderClassName
{
color: #7D834D;
}
.AnyTagClassName
{
color: #7D834D;
}
</style>
background-color css
<style>
a { background-color: #7D834D; }
a { background-color: rgb(125,131,77); }
div.DivClassName
{
background-color: #7D834D;
}
.BgClassName
{
background-color: #7D834D;
}
</style>
border-color css
<style>
span { border-color: #7D834D; }
span { border-color: rgb(125,131,77); }
td.TdClassName
{
border-color: #7D834D;
}
.TagClassName
{
border-color: #7D834D;
}
</style>