Shades of Finch #737D4C
Tints of Finch #737D4C
RGB
CMYK
RGB Variations
Color information
#737D4C (or 0x737D4C) is known color: Finch. HEX triplet: 73, 7D and 4C. RGB value is (115,125,76). Sum of RGB (Red+Green+Blue) = 115+125+76=316 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.39% from 316); Green value is 125 (49.22% from 255 or 39.56% from 316); Blue value is 76 (30.08% from 255 or 24.05% from 316); Max value from RGB is 125 - color contains mainly: green. Hex color #737D4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #737D4C is #8C82B3. Grayscale: #747474. Windows color (decimal): -9208500 or 5012851. OLE color: 5012851.
HSL color Cylindrical-coordinate representation of color #737D4C: hue angle of 72.24º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #737D4C is Cyan = 0.08, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 115 | 125 | 76 | - |
| CMYK | 0.08 | 0 | 0.39 | 0.51 |
| HSL | 72.24º | 0.24% | 0.39% | - |
| HSV(B) | 72.24º | 0.39% | 0.49% | - |
| XYZ | 15.71 | 18.83 | 9.64 | - |
| YUV | 116.42 | 105.19 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 125 | 76 | 0.08 | 0 | 0.39 | 0.51 | 72.24 | 0.24 | 0.39 |
| Hex | 73 | 7D | 4C | 8 | 0 | 27 | 33 | 48 | 18 | 27 |
| Octal | 163 | 175 | 114 | 10 | 0 | 47 | 63 | 110 | 30 | 47 |
| Binary | 1110011 | 1111101 | 1001100 | 1000 | 0 | 100111 | 110011 | 1001000 | 11000 | 100111 |
Color Harmonies of #737D4C
Complementary color
Monochromatic Colors of #737D4C
Black with #737D4C
Text Example
Text Example
White with #737D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737D4C; }
p { color: rgb(115,125,76); }
H1.HeaderClassName
{
color: #737D4C;
}
.AnyTagClassName
{
color: #737D4C;
}
</style>
background-color css
<style>
a { background-color: #737D4C; }
a { background-color: rgb(115,125,76); }
div.DivClassName
{
background-color: #737D4C;
}
.BgClassName
{
background-color: #737D4C;
}
</style>
border-color css
<style>
span { border-color: #737D4C; }
span { border-color: rgb(115,125,76); }
td.TdClassName
{
border-color: #737D4C;
}
.TagClassName
{
border-color: #737D4C;
}
</style>