Shades of Finch #737D50
Tints of Finch #737D50
RGB
CMYK
RGB Variations
Color information
#737D50 (or 0x737D50) is known color: Finch. HEX triplet: 73, 7D and 50. RGB value is (115,125,80). Sum of RGB (Red+Green+Blue) = 115+125+80=320 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.94% from 320); Green value is 125 (49.22% from 255 or 39.06% from 320); Blue value is 80 (31.64% from 255 or 25% from 320); Max value from RGB is 125 - color contains mainly: green. Hex color #737D50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737D50 is #8C82AF. Grayscale: #757575. Windows color (decimal): -9208496 or 5274995. OLE color: 5274995.
HSL color Cylindrical-coordinate representation of color #737D50: hue angle of 73.33º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #737D50 is Cyan = 0.08, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 115 | 125 | 80 | - |
| CMYK | 0.08 | 0 | 0.36 | 0.51 |
| HSL | 73.33º | 0.22% | 0.4% | - |
| HSV(B) | 73.33º | 0.36% | 0.49% | - |
| XYZ | 15.85 | 18.89 | 10.4 | - |
| YUV | 116.88 | 107.19 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 125 | 80 | 0.08 | 0 | 0.36 | 0.51 | 73.33 | 0.22 | 0.4 |
| Hex | 73 | 7D | 50 | 8 | 0 | 24 | 33 | 49 | 16 | 28 |
| Octal | 163 | 175 | 120 | 10 | 0 | 44 | 63 | 111 | 26 | 50 |
| Binary | 1110011 | 1111101 | 1010000 | 1000 | 0 | 100100 | 110011 | 1001001 | 10110 | 101000 |
Color Harmonies of #737D50
Complementary color
Monochromatic Colors of #737D50
Black with #737D50
Text Example
Text Example
White with #737D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737D50; }
p { color: rgb(115,125,80); }
H1.HeaderClassName
{
color: #737D50;
}
.AnyTagClassName
{
color: #737D50;
}
</style>
background-color css
<style>
a { background-color: #737D50; }
a { background-color: rgb(115,125,80); }
div.DivClassName
{
background-color: #737D50;
}
.BgClassName
{
background-color: #737D50;
}
</style>
border-color css
<style>
span { border-color: #737D50; }
span { border-color: rgb(115,125,80); }
td.TdClassName
{
border-color: #737D50;
}
.TagClassName
{
border-color: #737D50;
}
</style>