Shades of Finch #7D815F
Tints of Finch #7D815F
RGB
CMYK
RGB Variations
Color information
#7D815F (or 0x7D815F) is known color: Finch. HEX triplet: 7D, 81 and 5F. RGB value is (125,129,95). Sum of RGB (Red+Green+Blue) = 125+129+95=349 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.82% from 349); Green value is 129 (50.78% from 255 or 36.96% from 349); Blue value is 95 (37.5% from 255 or 27.22% from 349); Max value from RGB is 129 - color contains mainly: green. Hex color #7D815F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D815F is #827EA0. Grayscale: #7C7C7C. Windows color (decimal): -8552097 or 6259069. OLE color: 6259069.
HSL color Cylindrical-coordinate representation of color #7D815F: hue angle of 67.06º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7D815F is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 125 | 129 | 95 | - |
| CMYK | 0.03 | 0 | 0.26 | 0.49 |
| HSL | 67.06º | 0.15% | 0.44% | - |
| HSV(B) | 67.06º | 0.26% | 0.51% | - |
| XYZ | 18.37 | 20.89 | 13.89 | - |
| YUV | 123.93 | 111.67 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 129 | 95 | 0.03 | 0 | 0.26 | 0.49 | 67.06 | 0.15 | 0.44 |
| Hex | 7D | 81 | 5F | 3 | 0 | 1A | 31 | 43 | F | 2C |
| Octal | 175 | 201 | 137 | 3 | 0 | 32 | 61 | 103 | 17 | 54 |
| Binary | 1111101 | 10000001 | 1011111 | 11 | 0 | 11010 | 110001 | 1000011 | 1111 | 101100 |
Color Harmonies of #7D815F
Complementary color
Monochromatic Colors of #7D815F
Black with #7D815F
Text Example
Text Example
White with #7D815F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D815F; }
p { color: rgb(125,129,95); }
H1.HeaderClassName
{
color: #7D815F;
}
.AnyTagClassName
{
color: #7D815F;
}
</style>
background-color css
<style>
a { background-color: #7D815F; }
a { background-color: rgb(125,129,95); }
div.DivClassName
{
background-color: #7D815F;
}
.BgClassName
{
background-color: #7D815F;
}
</style>
border-color css
<style>
span { border-color: #7D815F; }
span { border-color: rgb(125,129,95); }
td.TdClassName
{
border-color: #7D815F;
}
.TagClassName
{
border-color: #7D815F;
}
</style>