Shades of Finch #7D8262
Tints of Finch #7D8262
RGB
CMYK
RGB Variations
Color information
#7D8262 (or 0x7D8262) is known color: Finch. HEX triplet: 7D, 82 and 62. RGB value is (125,130,98). Sum of RGB (Red+Green+Blue) = 125+130+98=353 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.41% from 353); Green value is 130 (51.17% from 255 or 36.83% from 353); Blue value is 98 (38.67% from 255 or 27.76% from 353); Max value from RGB is 130 - color contains mainly: green. Hex color #7D8262 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D8262 is #827D9D. Grayscale: #7C7C7C. Windows color (decimal): -8551838 or 6455933. OLE color: 6455933.
HSL color Cylindrical-coordinate representation of color #7D8262: hue angle of 69.38º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7D8262 is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 125 | 130 | 98 | - |
| CMYK | 0.04 | 0 | 0.25 | 0.49 |
| HSL | 69.38º | 0.14% | 0.45% | - |
| HSV(B) | 69.38º | 0.25% | 0.51% | - |
| XYZ | 18.64 | 21.21 | 14.67 | - |
| YUV | 124.86 | 112.84 | 128.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 130 | 98 | 0.04 | 0 | 0.25 | 0.49 | 69.38 | 0.14 | 0.45 |
| Hex | 7D | 82 | 62 | 4 | 0 | 19 | 31 | 45 | E | 2D |
| Octal | 175 | 202 | 142 | 4 | 0 | 31 | 61 | 105 | 16 | 55 |
| Binary | 1111101 | 10000010 | 1100010 | 100 | 0 | 11001 | 110001 | 1000101 | 1110 | 101101 |
Color Harmonies of #7D8262
Complementary color
Monochromatic Colors of #7D8262
Black with #7D8262
Text Example
Text Example
White with #7D8262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8262; }
p { color: rgb(125,130,98); }
H1.HeaderClassName
{
color: #7D8262;
}
.AnyTagClassName
{
color: #7D8262;
}
</style>
background-color css
<style>
a { background-color: #7D8262; }
a { background-color: rgb(125,130,98); }
div.DivClassName
{
background-color: #7D8262;
}
.BgClassName
{
background-color: #7D8262;
}
</style>
border-color css
<style>
span { border-color: #7D8262; }
span { border-color: rgb(125,130,98); }
td.TdClassName
{
border-color: #7D8262;
}
.TagClassName
{
border-color: #7D8262;
}
</style>