Shades of Finch #7C8B52
Tints of Finch #7C8B52
RGB
CMYK
RGB Variations
Color information
#7C8B52 (or 0x7C8B52) is known color: Finch. HEX triplet: 7C, 8B and 52. RGB value is (124,139,82). Sum of RGB (Red+Green+Blue) = 124+139+82=345 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.94% from 345); Green value is 139 (54.69% from 255 or 40.29% from 345); Blue value is 82 (32.42% from 255 or 23.77% from 345); Max value from RGB is 139 - color contains mainly: green. Hex color #7C8B52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C8B52 is #8374AD. Grayscale: #808080. Windows color (decimal): -8615086 or 5409660. OLE color: 5409660.
HSL color Cylindrical-coordinate representation of color #7C8B52: hue angle of 75.79º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7C8B52 is Cyan = 0.11, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 124 | 139 | 82 | - |
| CMYK | 0.11 | 0 | 0.41 | 0.45 |
| HSL | 75.79º | 0.26% | 0.43% | - |
| HSV(B) | 75.79º | 0.41% | 0.55% | - |
| XYZ | 19.07 | 23.36 | 11.49 | - |
| YUV | 128.02 | 102.03 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 139 | 82 | 0.11 | 0 | 0.41 | 0.45 | 75.79 | 0.26 | 0.43 |
| Hex | 7C | 8B | 52 | B | 0 | 29 | 2D | 4C | 1A | 2B |
| Octal | 174 | 213 | 122 | 13 | 0 | 51 | 55 | 114 | 32 | 53 |
| Binary | 1111100 | 10001011 | 1010010 | 1011 | 0 | 101001 | 101101 | 1001100 | 11010 | 101011 |
Color Harmonies of #7C8B52
Complementary color
Monochromatic Colors of #7C8B52
Black with #7C8B52
Text Example
Text Example
White with #7C8B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8B52; }
p { color: rgb(124,139,82); }
H1.HeaderClassName
{
color: #7C8B52;
}
.AnyTagClassName
{
color: #7C8B52;
}
</style>
background-color css
<style>
a { background-color: #7C8B52; }
a { background-color: rgb(124,139,82); }
div.DivClassName
{
background-color: #7C8B52;
}
.BgClassName
{
background-color: #7C8B52;
}
</style>
border-color css
<style>
span { border-color: #7C8B52; }
span { border-color: rgb(124,139,82); }
td.TdClassName
{
border-color: #7C8B52;
}
.TagClassName
{
border-color: #7C8B52;
}
</style>