Shades of Finch #7D8047
Tints of Finch #7D8047
RGB
CMYK
RGB Variations
Color information
#7D8047 (or 0x7D8047) is known color: Finch. HEX triplet: 7D, 80 and 47. RGB value is (125,128,71). Sum of RGB (Red+Green+Blue) = 125+128+71=324 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.58% from 324); Green value is 128 (50.39% from 255 or 39.51% from 324); Blue value is 71 (28.12% from 255 or 21.91% from 324); Max value from RGB is 128 - color contains mainly: green. Hex color #7D8047 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D8047 is #827FB8. Grayscale: #787878. Windows color (decimal): -8552377 or 4685949. OLE color: 4685949.
HSL color Cylindrical-coordinate representation of color #7D8047: hue angle of 63.16º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7D8047 is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 125 | 128 | 71 | - |
| CMYK | 0.02 | 0 | 0.45 | 0.50 |
| HSL | 63.16º | 0.29% | 0.39% | - |
| HSV(B) | 63.16º | 0.45% | 0.5% | - |
| XYZ | 17.31 | 20.25 | 8.96 | - |
| YUV | 120.61 | 100.01 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 128 | 71 | 0.02 | 0 | 0.45 | 0.50 | 63.16 | 0.29 | 0.39 |
| Hex | 7D | 80 | 47 | 2 | 0 | 2D | 32 | 3F | 1D | 27 |
| Octal | 175 | 200 | 107 | 2 | 0 | 55 | 62 | 77 | 35 | 47 |
| Binary | 1111101 | 10000000 | 1000111 | 10 | 0 | 101101 | 110010 | 111111 | 11101 | 100111 |
Color Harmonies of #7D8047
Complementary color
Monochromatic Colors of #7D8047
Black with #7D8047
Text Example
Text Example
White with #7D8047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8047; }
p { color: rgb(125,128,71); }
H1.HeaderClassName
{
color: #7D8047;
}
.AnyTagClassName
{
color: #7D8047;
}
</style>
background-color css
<style>
a { background-color: #7D8047; }
a { background-color: rgb(125,128,71); }
div.DivClassName
{
background-color: #7D8047;
}
.BgClassName
{
background-color: #7D8047;
}
</style>
border-color css
<style>
span { border-color: #7D8047; }
span { border-color: rgb(125,128,71); }
td.TdClassName
{
border-color: #7D8047;
}
.TagClassName
{
border-color: #7D8047;
}
</style>