Shades of Finch #7F8A5D
Tints of Finch #7F8A5D
RGB
CMYK
RGB Variations
Color information
#7F8A5D (or 0x7F8A5D) is known color: Finch. HEX triplet: 7F, 8A and 5D. RGB value is (127,138,93). Sum of RGB (Red+Green+Blue) = 127+138+93=358 (47% of max value = 765). Red value is 127 (50% from 255 or 35.47% from 358); Green value is 138 (54.30% from 255 or 38.55% from 358); Blue value is 93 (36.72% from 255 or 25.98% from 358); Max value from RGB is 138 - color contains mainly: green. Hex color #7F8A5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F8A5D is #8075A2. Grayscale: #818181. Windows color (decimal): -8418723 or 6130303. OLE color: 6130303.
HSL color Cylindrical-coordinate representation of color #7F8A5D: hue angle of 74.67º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7F8A5D is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 127 | 138 | 93 | - |
| CMYK | 0.08 | 0 | 0.33 | 0.46 |
| HSL | 74.67º | 0.19% | 0.45% | - |
| HSV(B) | 74.67º | 0.33% | 0.54% | - |
| XYZ | 19.82 | 23.48 | 13.84 | - |
| YUV | 129.58 | 107.36 | 126.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 138 | 93 | 0.08 | 0 | 0.33 | 0.46 | 74.67 | 0.19 | 0.45 |
| Hex | 7F | 8A | 5D | 8 | 0 | 21 | 2E | 4B | 13 | 2D |
| Octal | 177 | 212 | 135 | 10 | 0 | 41 | 56 | 113 | 23 | 55 |
| Binary | 1111111 | 10001010 | 1011101 | 1000 | 0 | 100001 | 101110 | 1001011 | 10011 | 101101 |
Color Harmonies of #7F8A5D
Complementary color
Monochromatic Colors of #7F8A5D
Black with #7F8A5D
Text Example
Text Example
White with #7F8A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8A5D; }
p { color: rgb(127,138,93); }
H1.HeaderClassName
{
color: #7F8A5D;
}
.AnyTagClassName
{
color: #7F8A5D;
}
</style>
background-color css
<style>
a { background-color: #7F8A5D; }
a { background-color: rgb(127,138,93); }
div.DivClassName
{
background-color: #7F8A5D;
}
.BgClassName
{
background-color: #7F8A5D;
}
</style>
border-color css
<style>
span { border-color: #7F8A5D; }
span { border-color: rgb(127,138,93); }
td.TdClassName
{
border-color: #7F8A5D;
}
.TagClassName
{
border-color: #7F8A5D;
}
</style>