Shades of Finch #737F4C
Tints of Finch #737F4C
RGB
CMYK
RGB Variations
Color information
#737F4C (or 0x737F4C) is known color: Finch. HEX triplet: 73, 7F and 4C. RGB value is (115,127,76). Sum of RGB (Red+Green+Blue) = 115+127+76=318 (42% of max value = 765). Red value is 115 (45.31% from 255 or 36.16% from 318); Green value is 127 (50% from 255 or 39.94% from 318); Blue value is 76 (30.08% from 255 or 23.90% from 318); Max value from RGB is 127 - color contains mainly: green. Hex color #737F4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #737F4C is #8C80B3. Grayscale: #757575. Windows color (decimal): -9207988 or 5013363. OLE color: 5013363.
HSL color Cylindrical-coordinate representation of color #737F4C: hue angle of 74.12º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #737F4C is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 115 | 127 | 76 | - |
| CMYK | 0.09 | 0 | 0.40 | 0.50 |
| HSL | 74.12º | 0.25% | 0.4% | - |
| HSV(B) | 74.12º | 0.4% | 0.5% | - |
| XYZ | 15.96 | 19.35 | 9.73 | - |
| YUV | 117.6 | 104.52 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 127 | 76 | 0.09 | 0 | 0.40 | 0.50 | 74.12 | 0.25 | 0.4 |
| Hex | 73 | 7F | 4C | 9 | 0 | 28 | 32 | 4A | 19 | 28 |
| Octal | 163 | 177 | 114 | 11 | 0 | 50 | 62 | 112 | 31 | 50 |
| Binary | 1110011 | 1111111 | 1001100 | 1001 | 0 | 101000 | 110010 | 1001010 | 11001 | 101000 |
Color Harmonies of #737F4C
Complementary color
Monochromatic Colors of #737F4C
Black with #737F4C
Text Example
Text Example
White with #737F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737F4C; }
p { color: rgb(115,127,76); }
H1.HeaderClassName
{
color: #737F4C;
}
.AnyTagClassName
{
color: #737F4C;
}
</style>
background-color css
<style>
a { background-color: #737F4C; }
a { background-color: rgb(115,127,76); }
div.DivClassName
{
background-color: #737F4C;
}
.BgClassName
{
background-color: #737F4C;
}
</style>
border-color css
<style>
span { border-color: #737F4C; }
span { border-color: rgb(115,127,76); }
td.TdClassName
{
border-color: #737F4C;
}
.TagClassName
{
border-color: #737F4C;
}
</style>