Shades of Finch #7C8255
Tints of Finch #7C8255
RGB
CMYK
RGB Variations
Color information
#7C8255 (or 0x7C8255) is known color: Finch. HEX triplet: 7C, 82 and 55. RGB value is (124,130,85). Sum of RGB (Red+Green+Blue) = 124+130+85=339 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.58% from 339); Green value is 130 (51.17% from 255 or 38.35% from 339); Blue value is 85 (33.59% from 255 or 25.07% from 339); Max value from RGB is 130 - color contains mainly: green. Hex color #7C8255 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C8255 is #837DAA. Grayscale: #7B7B7B. Windows color (decimal): -8617387 or 5603964. OLE color: 5603964.
HSL color Cylindrical-coordinate representation of color #7C8255: hue angle of 68º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7C8255 is Cyan = 0.05, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 124 | 130 | 85 | - |
| CMYK | 0.05 | 0 | 0.35 | 0.49 |
| HSL | 68º | 0.21% | 0.42% | - |
| HSV(B) | 68º | 0.35% | 0.51% | - |
| XYZ | 17.93 | 20.91 | 11.68 | - |
| YUV | 123.08 | 106.51 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 130 | 85 | 0.05 | 0 | 0.35 | 0.49 | 68 | 0.21 | 0.42 |
| Hex | 7C | 82 | 55 | 5 | 0 | 23 | 31 | 44 | 15 | 2A |
| Octal | 174 | 202 | 125 | 5 | 0 | 43 | 61 | 104 | 25 | 52 |
| Binary | 1111100 | 10000010 | 1010101 | 101 | 0 | 100011 | 110001 | 1000100 | 10101 | 101010 |
Color Harmonies of #7C8255
Complementary color
Monochromatic Colors of #7C8255
Black with #7C8255
Text Example
Text Example
White with #7C8255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8255; }
p { color: rgb(124,130,85); }
H1.HeaderClassName
{
color: #7C8255;
}
.AnyTagClassName
{
color: #7C8255;
}
</style>
background-color css
<style>
a { background-color: #7C8255; }
a { background-color: rgb(124,130,85); }
div.DivClassName
{
background-color: #7C8255;
}
.BgClassName
{
background-color: #7C8255;
}
</style>
border-color css
<style>
span { border-color: #7C8255; }
span { border-color: rgb(124,130,85); }
td.TdClassName
{
border-color: #7C8255;
}
.TagClassName
{
border-color: #7C8255;
}
</style>