Shades of Finch #7D8356
Tints of Finch #7D8356
RGB
CMYK
RGB Variations
Color information
#7D8356 (or 0x7D8356) is known color: Finch. HEX triplet: 7D, 83 and 56. RGB value is (125,131,86). Sum of RGB (Red+Green+Blue) = 125+131+86=342 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.55% from 342); Green value is 131 (51.56% from 255 or 38.30% from 342); Blue value is 86 (33.98% from 255 or 25.15% from 342); Max value from RGB is 131 - color contains mainly: green. Hex color #7D8356 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D8356 is #827CA9. Grayscale: #7C7C7C. Windows color (decimal): -8551594 or 5669757. OLE color: 5669757.
HSL color Cylindrical-coordinate representation of color #7D8356: hue angle of 68º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7D8356 is Cyan = 0.05, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 125 | 131 | 86 | - |
| CMYK | 0.05 | 0 | 0.34 | 0.49 |
| HSL | 68º | 0.21% | 0.43% | - |
| HSV(B) | 68º | 0.34% | 0.51% | - |
| XYZ | 18.25 | 21.26 | 11.95 | - |
| YUV | 124.08 | 106.51 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 131 | 86 | 0.05 | 0 | 0.34 | 0.49 | 68 | 0.21 | 0.43 |
| Hex | 7D | 83 | 56 | 5 | 0 | 22 | 31 | 44 | 15 | 2B |
| Octal | 175 | 203 | 126 | 5 | 0 | 42 | 61 | 104 | 25 | 53 |
| Binary | 1111101 | 10000011 | 1010110 | 101 | 0 | 100010 | 110001 | 1000100 | 10101 | 101011 |
Color Harmonies of #7D8356
Complementary color
Monochromatic Colors of #7D8356
Black with #7D8356
Text Example
Text Example
White with #7D8356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8356; }
p { color: rgb(125,131,86); }
H1.HeaderClassName
{
color: #7D8356;
}
.AnyTagClassName
{
color: #7D8356;
}
</style>
background-color css
<style>
a { background-color: #7D8356; }
a { background-color: rgb(125,131,86); }
div.DivClassName
{
background-color: #7D8356;
}
.BgClassName
{
background-color: #7D8356;
}
</style>
border-color css
<style>
span { border-color: #7D8356; }
span { border-color: rgb(125,131,86); }
td.TdClassName
{
border-color: #7D8356;
}
.TagClassName
{
border-color: #7D8356;
}
</style>