Shades of Finch #737D59
Tints of Finch #737D59
RGB
CMYK
RGB Variations
Color information
#737D59 (or 0x737D59) is known color: Finch. HEX triplet: 73, 7D and 59. RGB value is (115,125,89). Sum of RGB (Red+Green+Blue) = 115+125+89=329 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.95% from 329); Green value is 125 (49.22% from 255 or 37.99% from 329); Blue value is 89 (35.16% from 255 or 27.05% from 329); Max value from RGB is 125 - color contains mainly: green. Hex color #737D59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737D59 is #8C82A6. Grayscale: #767676. Windows color (decimal): -9208487 or 5864819. OLE color: 5864819.
HSL color Cylindrical-coordinate representation of color #737D59: hue angle of 76.67º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #737D59 is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 115 | 125 | 89 | - |
| CMYK | 0.08 | 0 | 0.29 | 0.51 |
| HSL | 76.67º | 0.17% | 0.42% | - |
| HSV(B) | 76.67º | 0.29% | 0.49% | - |
| XYZ | 16.21 | 19.03 | 12.27 | - |
| YUV | 117.91 | 111.69 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 125 | 89 | 0.08 | 0 | 0.29 | 0.51 | 76.67 | 0.17 | 0.42 |
| Hex | 73 | 7D | 59 | 8 | 0 | 1D | 33 | 4D | 11 | 2A |
| Octal | 163 | 175 | 131 | 10 | 0 | 35 | 63 | 115 | 21 | 52 |
| Binary | 1110011 | 1111101 | 1011001 | 1000 | 0 | 11101 | 110011 | 1001101 | 10001 | 101010 |
Color Harmonies of #737D59
Complementary color
Monochromatic Colors of #737D59
Black with #737D59
Text Example
Text Example
White with #737D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737D59; }
p { color: rgb(115,125,89); }
H1.HeaderClassName
{
color: #737D59;
}
.AnyTagClassName
{
color: #737D59;
}
</style>
background-color css
<style>
a { background-color: #737D59; }
a { background-color: rgb(115,125,89); }
div.DivClassName
{
background-color: #737D59;
}
.BgClassName
{
background-color: #737D59;
}
</style>
border-color css
<style>
span { border-color: #737D59; }
span { border-color: rgb(115,125,89); }
td.TdClassName
{
border-color: #737D59;
}
.TagClassName
{
border-color: #737D59;
}
</style>