Shades of Finch #7D8C52
Tints of Finch #7D8C52
RGB
CMYK
RGB Variations
Color information
#7D8C52 (or 0x7D8C52) is known color: Finch. HEX triplet: 7D, 8C and 52. RGB value is (125,140,82). Sum of RGB (Red+Green+Blue) = 125+140+82=347 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.02% from 347); Green value is 140 (55.08% from 255 or 40.35% from 347); Blue value is 82 (32.42% from 255 or 23.63% from 347); Max value from RGB is 140 - color contains mainly: green. Hex color #7D8C52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D8C52 is #8273AD. Grayscale: #818181. Windows color (decimal): -8549294 or 5409917. OLE color: 5409917.
HSL color Cylindrical-coordinate representation of color #7D8C52: hue angle of 75.52º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7D8C52 is Cyan = 0.11, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 125 | 140 | 82 | - |
| CMYK | 0.11 | 0 | 0.41 | 0.45 |
| HSL | 75.52º | 0.26% | 0.44% | - |
| HSV(B) | 75.52º | 0.41% | 0.55% | - |
| XYZ | 19.36 | 23.73 | 11.54 | - |
| YUV | 128.9 | 101.53 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 140 | 82 | 0.11 | 0 | 0.41 | 0.45 | 75.52 | 0.26 | 0.44 |
| Hex | 7D | 8C | 52 | B | 0 | 29 | 2D | 4C | 1A | 2C |
| Octal | 175 | 214 | 122 | 13 | 0 | 51 | 55 | 114 | 32 | 54 |
| Binary | 1111101 | 10001100 | 1010010 | 1011 | 0 | 101001 | 101101 | 1001100 | 11010 | 101100 |
Color Harmonies of #7D8C52
Complementary color
Monochromatic Colors of #7D8C52
Black with #7D8C52
Text Example
Text Example
White with #7D8C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8C52; }
p { color: rgb(125,140,82); }
H1.HeaderClassName
{
color: #7D8C52;
}
.AnyTagClassName
{
color: #7D8C52;
}
</style>
background-color css
<style>
a { background-color: #7D8C52; }
a { background-color: rgb(125,140,82); }
div.DivClassName
{
background-color: #7D8C52;
}
.BgClassName
{
background-color: #7D8C52;
}
</style>
border-color css
<style>
span { border-color: #7D8C52; }
span { border-color: rgb(125,140,82); }
td.TdClassName
{
border-color: #7D8C52;
}
.TagClassName
{
border-color: #7D8C52;
}
</style>