Shades of Finch #7F825D
Tints of Finch #7F825D
RGB
CMYK
RGB Variations
Color information
#7F825D (or 0x7F825D) is known color: Finch. HEX triplet: 7F, 82 and 5D. RGB value is (127,130,93). Sum of RGB (Red+Green+Blue) = 127+130+93=350 (46% of max value = 765). Red value is 127 (50% from 255 or 36.29% from 350); Green value is 130 (51.17% from 255 or 37.14% from 350); Blue value is 93 (36.72% from 255 or 26.57% from 350); Max value from RGB is 130 - color contains mainly: green. Hex color #7F825D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F825D is #807DA2. Grayscale: #7D7D7D. Windows color (decimal): -8420771 or 6128255. OLE color: 6128255.
HSL color Cylindrical-coordinate representation of color #7F825D: hue angle of 64.86º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7F825D is Cyan = 0.02, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 127 | 130 | 93 | - |
| CMYK | 0.02 | 0 | 0.28 | 0.49 |
| HSL | 64.86º | 0.17% | 0.44% | - |
| HSV(B) | 64.86º | 0.28% | 0.51% | - |
| XYZ | 18.71 | 21.27 | 13.47 | - |
| YUV | 124.89 | 110.01 | 129.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 130 | 93 | 0.02 | 0 | 0.28 | 0.49 | 64.86 | 0.17 | 0.44 |
| Hex | 7F | 82 | 5D | 2 | 0 | 1C | 31 | 41 | 11 | 2C |
| Octal | 177 | 202 | 135 | 2 | 0 | 34 | 61 | 101 | 21 | 54 |
| Binary | 1111111 | 10000010 | 1011101 | 10 | 0 | 11100 | 110001 | 1000001 | 10001 | 101100 |
Color Harmonies of #7F825D
Complementary color
Monochromatic Colors of #7F825D
Black with #7F825D
Text Example
Text Example
White with #7F825D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F825D; }
p { color: rgb(127,130,93); }
H1.HeaderClassName
{
color: #7F825D;
}
.AnyTagClassName
{
color: #7F825D;
}
</style>
background-color css
<style>
a { background-color: #7F825D; }
a { background-color: rgb(127,130,93); }
div.DivClassName
{
background-color: #7F825D;
}
.BgClassName
{
background-color: #7F825D;
}
</style>
border-color css
<style>
span { border-color: #7F825D; }
span { border-color: rgb(127,130,93); }
td.TdClassName
{
border-color: #7F825D;
}
.TagClassName
{
border-color: #7F825D;
}
</style>