Shades of Finch #737D4F
Tints of Finch #737D4F
RGB
CMYK
RGB Variations
Color information
#737D4F (or 0x737D4F) is known color: Finch. HEX triplet: 73, 7D and 4F. RGB value is (115,125,79). Sum of RGB (Red+Green+Blue) = 115+125+79=319 (42% of max value = 765). Red value is 115 (45.31% from 255 or 36.05% from 319); Green value is 125 (49.22% from 255 or 39.18% from 319); Blue value is 79 (31.25% from 255 or 24.76% from 319); Max value from RGB is 125 - color contains mainly: green. Hex color #737D4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737D4F is #8C82B0. Grayscale: #747474. Windows color (decimal): -9208497 or 5209459. OLE color: 5209459.
HSL color Cylindrical-coordinate representation of color #737D4F: hue angle of 73.04º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #737D4F is Cyan = 0.08, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 115 | 125 | 79 | - |
| CMYK | 0.08 | 0 | 0.37 | 0.51 |
| HSL | 73.04º | 0.23% | 0.4% | - |
| HSV(B) | 73.04º | 0.37% | 0.49% | - |
| XYZ | 15.82 | 18.88 | 10.21 | - |
| YUV | 116.77 | 106.69 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 125 | 79 | 0.08 | 0 | 0.37 | 0.51 | 73.04 | 0.23 | 0.4 |
| Hex | 73 | 7D | 4F | 8 | 0 | 25 | 33 | 49 | 17 | 28 |
| Octal | 163 | 175 | 117 | 10 | 0 | 45 | 63 | 111 | 27 | 50 |
| Binary | 1110011 | 1111101 | 1001111 | 1000 | 0 | 100101 | 110011 | 1001001 | 10111 | 101000 |
Color Harmonies of #737D4F
Complementary color
Monochromatic Colors of #737D4F
Black with #737D4F
Text Example
Text Example
White with #737D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737D4F; }
p { color: rgb(115,125,79); }
H1.HeaderClassName
{
color: #737D4F;
}
.AnyTagClassName
{
color: #737D4F;
}
</style>
background-color css
<style>
a { background-color: #737D4F; }
a { background-color: rgb(115,125,79); }
div.DivClassName
{
background-color: #737D4F;
}
.BgClassName
{
background-color: #737D4F;
}
</style>
border-color css
<style>
span { border-color: #737D4F; }
span { border-color: rgb(115,125,79); }
td.TdClassName
{
border-color: #737D4F;
}
.TagClassName
{
border-color: #737D4F;
}
</style>