Shades of Finch #737D4E
Tints of Finch #737D4E
RGB
CMYK
RGB Variations
Color information
#737D4E (or 0x737D4E) is known color: Finch. HEX triplet: 73, 7D and 4E. RGB value is (115,125,78). Sum of RGB (Red+Green+Blue) = 115+125+78=318 (42% of max value = 765). Red value is 115 (45.31% from 255 or 36.16% from 318); Green value is 125 (49.22% from 255 or 39.31% from 318); Blue value is 78 (30.86% from 255 or 24.53% from 318); Max value from RGB is 125 - color contains mainly: green. Hex color #737D4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737D4E is #8C82B1. Grayscale: #747474. Windows color (decimal): -9208498 or 5143923. OLE color: 5143923.
HSL color Cylindrical-coordinate representation of color #737D4E: hue angle of 72.77º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #737D4E is Cyan = 0.08, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 115 | 125 | 78 | - |
| CMYK | 0.08 | 0 | 0.38 | 0.51 |
| HSL | 72.77º | 0.23% | 0.4% | - |
| HSV(B) | 72.77º | 0.38% | 0.49% | - |
| XYZ | 15.78 | 18.86 | 10.02 | - |
| YUV | 116.65 | 106.19 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 125 | 78 | 0.08 | 0 | 0.38 | 0.51 | 72.77 | 0.23 | 0.4 |
| Hex | 73 | 7D | 4E | 8 | 0 | 26 | 33 | 49 | 17 | 28 |
| Octal | 163 | 175 | 116 | 10 | 0 | 46 | 63 | 111 | 27 | 50 |
| Binary | 1110011 | 1111101 | 1001110 | 1000 | 0 | 100110 | 110011 | 1001001 | 10111 | 101000 |
Color Harmonies of #737D4E
Complementary color
Monochromatic Colors of #737D4E
Black with #737D4E
Text Example
Text Example
White with #737D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737D4E; }
p { color: rgb(115,125,78); }
H1.HeaderClassName
{
color: #737D4E;
}
.AnyTagClassName
{
color: #737D4E;
}
</style>
background-color css
<style>
a { background-color: #737D4E; }
a { background-color: rgb(115,125,78); }
div.DivClassName
{
background-color: #737D4E;
}
.BgClassName
{
background-color: #737D4E;
}
</style>
border-color css
<style>
span { border-color: #737D4E; }
span { border-color: rgb(115,125,78); }
td.TdClassName
{
border-color: #737D4E;
}
.TagClassName
{
border-color: #737D4E;
}
</style>