Shades of Finch #7D8165
Tints of Finch #7D8165
RGB
CMYK
RGB Variations
Color information
#7D8165 (or 0x7D8165) is known color: Finch. HEX triplet: 7D, 81 and 65. RGB value is (125,129,101). Sum of RGB (Red+Green+Blue) = 125+129+101=355 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.21% from 355); Green value is 129 (50.78% from 255 or 36.34% from 355); Blue value is 101 (39.84% from 255 or 28.45% from 355); Max value from RGB is 129 - color contains mainly: green. Hex color #7D8165 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D8165 is #827E9A. Grayscale: #7C7C7C. Windows color (decimal): -8552091 or 6652285. OLE color: 6652285.
HSL color Cylindrical-coordinate representation of color #7D8165: hue angle of 68.57º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7D8165 is Cyan = 0.03, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 125 | 129 | 101 | - |
| CMYK | 0.03 | 0 | 0.22 | 0.49 |
| HSL | 68.57º | 0.12% | 0.45% | - |
| HSV(B) | 68.57º | 0.22% | 0.51% | - |
| XYZ | 18.66 | 21 | 15.38 | - |
| YUV | 124.61 | 114.67 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 129 | 101 | 0.03 | 0 | 0.22 | 0.49 | 68.57 | 0.12 | 0.45 |
| Hex | 7D | 81 | 65 | 3 | 0 | 16 | 31 | 45 | C | 2D |
| Octal | 175 | 201 | 145 | 3 | 0 | 26 | 61 | 105 | 14 | 55 |
| Binary | 1111101 | 10000001 | 1100101 | 11 | 0 | 10110 | 110001 | 1000101 | 1100 | 101101 |
Color Harmonies of #7D8165
Complementary color
Monochromatic Colors of #7D8165
Black with #7D8165
Text Example
Text Example
White with #7D8165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8165; }
p { color: rgb(125,129,101); }
H1.HeaderClassName
{
color: #7D8165;
}
.AnyTagClassName
{
color: #7D8165;
}
</style>
background-color css
<style>
a { background-color: #7D8165; }
a { background-color: rgb(125,129,101); }
div.DivClassName
{
background-color: #7D8165;
}
.BgClassName
{
background-color: #7D8165;
}
</style>
border-color css
<style>
span { border-color: #7D8165; }
span { border-color: rgb(125,129,101); }
td.TdClassName
{
border-color: #7D8165;
}
.TagClassName
{
border-color: #7D8165;
}
</style>