Shades of Finch #7F8754
Tints of Finch #7F8754
RGB
CMYK
RGB Variations
Color information
#7F8754 (or 0x7F8754) is known color: Finch. HEX triplet: 7F, 87 and 54. RGB value is (127,135,84). Sum of RGB (Red+Green+Blue) = 127+135+84=346 (45% of max value = 765). Red value is 127 (50% from 255 or 36.71% from 346); Green value is 135 (53.12% from 255 or 39.02% from 346); Blue value is 84 (33.20% from 255 or 24.28% from 346); Max value from RGB is 135 - color contains mainly: green. Hex color #7F8754 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F8754 is #8078AB. Grayscale: #7E7E7E. Windows color (decimal): -8419500 or 5539711. OLE color: 5539711.
HSL color Cylindrical-coordinate representation of color #7F8754: hue angle of 69.41º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7F8754 is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 127 | 135 | 84 | - |
| CMYK | 0.06 | 0 | 0.38 | 0.47 |
| HSL | 69.41º | 0.23% | 0.43% | - |
| HSV(B) | 69.41º | 0.38% | 0.53% | - |
| XYZ | 19.02 | 22.48 | 11.72 | - |
| YUV | 126.79 | 103.85 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 135 | 84 | 0.06 | 0 | 0.38 | 0.47 | 69.41 | 0.23 | 0.43 |
| Hex | 7F | 87 | 54 | 6 | 0 | 26 | 2F | 45 | 17 | 2B |
| Octal | 177 | 207 | 124 | 6 | 0 | 46 | 57 | 105 | 27 | 53 |
| Binary | 1111111 | 10000111 | 1010100 | 110 | 0 | 100110 | 101111 | 1000101 | 10111 | 101011 |
Color Harmonies of #7F8754
Complementary color
Monochromatic Colors of #7F8754
Black with #7F8754
Text Example
Text Example
White with #7F8754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8754; }
p { color: rgb(127,135,84); }
H1.HeaderClassName
{
color: #7F8754;
}
.AnyTagClassName
{
color: #7F8754;
}
</style>
background-color css
<style>
a { background-color: #7F8754; }
a { background-color: rgb(127,135,84); }
div.DivClassName
{
background-color: #7F8754;
}
.BgClassName
{
background-color: #7F8754;
}
</style>
border-color css
<style>
span { border-color: #7F8754; }
span { border-color: rgb(127,135,84); }
td.TdClassName
{
border-color: #7F8754;
}
.TagClassName
{
border-color: #7F8754;
}
</style>