Shades of Finch #7C865D
Tints of Finch #7C865D
RGB
CMYK
RGB Variations
Color information
#7C865D (or 0x7C865D) is known color: Finch. HEX triplet: 7C, 86 and 5D. RGB value is (124,134,93). Sum of RGB (Red+Green+Blue) = 124+134+93=351 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.33% from 351); Green value is 134 (52.73% from 255 or 38.18% from 351); Blue value is 93 (36.72% from 255 or 26.50% from 351); Max value from RGB is 134 - color contains mainly: green. Hex color #7C865D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C865D is #8379A2. Grayscale: #7E7E7E. Windows color (decimal): -8616355 or 6129276. OLE color: 6129276.
HSL color Cylindrical-coordinate representation of color #7C865D: hue angle of 74.63º 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 #7C865D is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 124 | 134 | 93 | - |
| CMYK | 0.07 | 0 | 0.31 | 0.47 |
| HSL | 74.63º | 0.18% | 0.45% | - |
| HSV(B) | 74.63º | 0.31% | 0.53% | - |
| XYZ | 18.81 | 22.13 | 13.64 | - |
| YUV | 126.34 | 109.19 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 134 | 93 | 0.07 | 0 | 0.31 | 0.47 | 74.63 | 0.18 | 0.45 |
| Hex | 7C | 86 | 5D | 7 | 0 | 1F | 2F | 4B | 12 | 2D |
| Octal | 174 | 206 | 135 | 7 | 0 | 37 | 57 | 113 | 22 | 55 |
| Binary | 1111100 | 10000110 | 1011101 | 111 | 0 | 11111 | 101111 | 1001011 | 10010 | 101101 |
Color Harmonies of #7C865D
Complementary color
Monochromatic Colors of #7C865D
Black with #7C865D
Text Example
Text Example
White with #7C865D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C865D; }
p { color: rgb(124,134,93); }
H1.HeaderClassName
{
color: #7C865D;
}
.AnyTagClassName
{
color: #7C865D;
}
</style>
background-color css
<style>
a { background-color: #7C865D; }
a { background-color: rgb(124,134,93); }
div.DivClassName
{
background-color: #7C865D;
}
.BgClassName
{
background-color: #7C865D;
}
</style>
border-color css
<style>
span { border-color: #7C865D; }
span { border-color: rgb(124,134,93); }
td.TdClassName
{
border-color: #7C865D;
}
.TagClassName
{
border-color: #7C865D;
}
</style>