Shades of Finch #7C855C
Tints of Finch #7C855C
RGB
CMYK
RGB Variations
Color information
#7C855C (or 0x7C855C) is known color: Finch. HEX triplet: 7C, 85 and 5C. RGB value is (124,133,92). Sum of RGB (Red+Green+Blue) = 124+133+92=349 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.53% from 349); Green value is 133 (52.34% from 255 or 38.11% from 349); Blue value is 92 (36.33% from 255 or 26.36% from 349); Max value from RGB is 133 - color contains mainly: green. Hex color #7C855C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C855C is #837AA3. Grayscale: #7D7D7D. Windows color (decimal): -8616612 or 6063484. OLE color: 6063484.
HSL color Cylindrical-coordinate representation of color #7C855C: hue angle of 73.17º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7C855C is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 124 | 133 | 92 | - |
| CMYK | 0.07 | 0 | 0.31 | 0.48 |
| HSL | 73.17º | 0.18% | 0.44% | - |
| HSV(B) | 73.17º | 0.31% | 0.52% | - |
| XYZ | 18.63 | 21.83 | 13.36 | - |
| YUV | 125.64 | 109.02 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 133 | 92 | 0.07 | 0 | 0.31 | 0.48 | 73.17 | 0.18 | 0.44 |
| Hex | 7C | 85 | 5C | 7 | 0 | 1F | 30 | 49 | 12 | 2C |
| Octal | 174 | 205 | 134 | 7 | 0 | 37 | 60 | 111 | 22 | 54 |
| Binary | 1111100 | 10000101 | 1011100 | 111 | 0 | 11111 | 110000 | 1001001 | 10010 | 101100 |
Color Harmonies of #7C855C
Complementary color
Monochromatic Colors of #7C855C
Black with #7C855C
Text Example
Text Example
White with #7C855C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C855C; }
p { color: rgb(124,133,92); }
H1.HeaderClassName
{
color: #7C855C;
}
.AnyTagClassName
{
color: #7C855C;
}
</style>
background-color css
<style>
a { background-color: #7C855C; }
a { background-color: rgb(124,133,92); }
div.DivClassName
{
background-color: #7C855C;
}
.BgClassName
{
background-color: #7C855C;
}
</style>
border-color css
<style>
span { border-color: #7C855C; }
span { border-color: rgb(124,133,92); }
td.TdClassName
{
border-color: #7C855C;
}
.TagClassName
{
border-color: #7C855C;
}
</style>