Shades of Finch #7F875D
Tints of Finch #7F875D
RGB
CMYK
RGB Variations
Color information
#7F875D (or 0x7F875D) is known color: Finch. HEX triplet: 7F, 87 and 5D. RGB value is (127,135,93). Sum of RGB (Red+Green+Blue) = 127+135+93=355 (47% of max value = 765). Red value is 127 (50% from 255 or 35.77% from 355); Green value is 135 (53.12% from 255 or 38.03% from 355); Blue value is 93 (36.72% from 255 or 26.20% from 355); Max value from RGB is 135 - color contains mainly: green. Hex color #7F875D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F875D is #8078A2. Grayscale: #7F7F7F. Windows color (decimal): -8419491 or 6129535. OLE color: 6129535.
HSL color Cylindrical-coordinate representation of color #7F875D: hue angle of 71.43º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7F875D is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 127 | 135 | 93 | - |
| CMYK | 0.06 | 0 | 0.31 | 0.47 |
| HSL | 71.43º | 0.18% | 0.45% | - |
| HSV(B) | 71.43º | 0.31% | 0.53% | - |
| XYZ | 19.39 | 22.63 | 13.7 | - |
| YUV | 127.82 | 108.35 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 135 | 93 | 0.06 | 0 | 0.31 | 0.47 | 71.43 | 0.18 | 0.45 |
| Hex | 7F | 87 | 5D | 6 | 0 | 1F | 2F | 47 | 12 | 2D |
| Octal | 177 | 207 | 135 | 6 | 0 | 37 | 57 | 107 | 22 | 55 |
| Binary | 1111111 | 10000111 | 1011101 | 110 | 0 | 11111 | 101111 | 1000111 | 10010 | 101101 |
Color Harmonies of #7F875D
Complementary color
Monochromatic Colors of #7F875D
Black with #7F875D
Text Example
Text Example
White with #7F875D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F875D; }
p { color: rgb(127,135,93); }
H1.HeaderClassName
{
color: #7F875D;
}
.AnyTagClassName
{
color: #7F875D;
}
</style>
background-color css
<style>
a { background-color: #7F875D; }
a { background-color: rgb(127,135,93); }
div.DivClassName
{
background-color: #7F875D;
}
.BgClassName
{
background-color: #7F875D;
}
</style>
border-color css
<style>
span { border-color: #7F875D; }
span { border-color: rgb(127,135,93); }
td.TdClassName
{
border-color: #7F875D;
}
.TagClassName
{
border-color: #7F875D;
}
</style>