Shades of Finch #737F4D
Tints of Finch #737F4D
RGB
CMYK
RGB Variations
Color information
#737F4D (or 0x737F4D) is known color: Finch. HEX triplet: 73, 7F and 4D. RGB value is (115,127,77). Sum of RGB (Red+Green+Blue) = 115+127+77=319 (42% of max value = 765). Red value is 115 (45.31% from 255 or 36.05% from 319); Green value is 127 (50% from 255 or 39.81% from 319); Blue value is 77 (30.47% from 255 or 24.14% from 319); Max value from RGB is 127 - color contains mainly: green. Hex color #737F4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737F4D is #8C80B2. Grayscale: #757575. Windows color (decimal): -9207987 or 5078899. OLE color: 5078899.
HSL color Cylindrical-coordinate representation of color #737F4D: hue angle of 74.4º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #737F4D is Cyan = 0.09, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 115 | 127 | 77 | - |
| CMYK | 0.09 | 0 | 0.39 | 0.50 |
| HSL | 74.4º | 0.25% | 0.4% | - |
| HSV(B) | 74.4º | 0.39% | 0.5% | - |
| XYZ | 16 | 19.36 | 9.91 | - |
| YUV | 117.71 | 105.02 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 127 | 77 | 0.09 | 0 | 0.39 | 0.50 | 74.4 | 0.25 | 0.4 |
| Hex | 73 | 7F | 4D | 9 | 0 | 27 | 32 | 4A | 19 | 28 |
| Octal | 163 | 177 | 115 | 11 | 0 | 47 | 62 | 112 | 31 | 50 |
| Binary | 1110011 | 1111111 | 1001101 | 1001 | 0 | 100111 | 110010 | 1001010 | 11001 | 101000 |
Color Harmonies of #737F4D
Complementary color
Monochromatic Colors of #737F4D
Black with #737F4D
Text Example
Text Example
White with #737F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737F4D; }
p { color: rgb(115,127,77); }
H1.HeaderClassName
{
color: #737F4D;
}
.AnyTagClassName
{
color: #737F4D;
}
</style>
background-color css
<style>
a { background-color: #737F4D; }
a { background-color: rgb(115,127,77); }
div.DivClassName
{
background-color: #737F4D;
}
.BgClassName
{
background-color: #737F4D;
}
</style>
border-color css
<style>
span { border-color: #737F4D; }
span { border-color: rgb(115,127,77); }
td.TdClassName
{
border-color: #737F4D;
}
.TagClassName
{
border-color: #737F4D;
}
</style>