Shades of Finch #7C8554
Tints of Finch #7C8554
RGB
CMYK
RGB Variations
Color information
#7C8554 (or 0x7C8554) is known color: Finch. HEX triplet: 7C, 85 and 54. RGB value is (124,133,84). Sum of RGB (Red+Green+Blue) = 124+133+84=341 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.36% from 341); Green value is 133 (52.34% from 255 or 39.00% from 341); Blue value is 84 (33.20% from 255 or 24.63% from 341); Max value from RGB is 133 - color contains mainly: green. Hex color #7C8554 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C8554 is #837AAB. Grayscale: #7C7C7C. Windows color (decimal): -8616620 or 5539196. OLE color: 5539196.
HSL color Cylindrical-coordinate representation of color #7C8554: hue angle of 71.02º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7C8554 is Cyan = 0.07, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 124 | 133 | 84 | - |
| CMYK | 0.07 | 0 | 0.37 | 0.48 |
| HSL | 71.02º | 0.23% | 0.43% | - |
| HSV(B) | 71.02º | 0.37% | 0.52% | - |
| XYZ | 18.3 | 21.7 | 11.61 | - |
| YUV | 124.72 | 105.02 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 133 | 84 | 0.07 | 0 | 0.37 | 0.48 | 71.02 | 0.23 | 0.43 |
| Hex | 7C | 85 | 54 | 7 | 0 | 25 | 30 | 47 | 17 | 2B |
| Octal | 174 | 205 | 124 | 7 | 0 | 45 | 60 | 107 | 27 | 53 |
| Binary | 1111100 | 10000101 | 1010100 | 111 | 0 | 100101 | 110000 | 1000111 | 10111 | 101011 |
Color Harmonies of #7C8554
Complementary color
Monochromatic Colors of #7C8554
Black with #7C8554
Text Example
Text Example
White with #7C8554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8554; }
p { color: rgb(124,133,84); }
H1.HeaderClassName
{
color: #7C8554;
}
.AnyTagClassName
{
color: #7C8554;
}
</style>
background-color css
<style>
a { background-color: #7C8554; }
a { background-color: rgb(124,133,84); }
div.DivClassName
{
background-color: #7C8554;
}
.BgClassName
{
background-color: #7C8554;
}
</style>
border-color css
<style>
span { border-color: #7C8554; }
span { border-color: rgb(124,133,84); }
td.TdClassName
{
border-color: #7C8554;
}
.TagClassName
{
border-color: #7C8554;
}
</style>