Shades of Finch #737C56
Tints of Finch #737C56
RGB
CMYK
RGB Variations
Color information
#737C56 (or 0x737C56) is known color: Finch. HEX triplet: 73, 7C and 56. RGB value is (115,124,86). Sum of RGB (Red+Green+Blue) = 115+124+86=325 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.38% from 325); Green value is 124 (48.83% from 255 or 38.15% from 325); Blue value is 86 (33.98% from 255 or 26.46% from 325); Max value from RGB is 124 - color contains mainly: green. Hex color #737C56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737C56 is #8C83A9. Grayscale: #757575. Windows color (decimal): -9208746 or 5667955. OLE color: 5667955.
HSL color Cylindrical-coordinate representation of color #737C56: hue angle of 74.21º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #737C56 is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 115 | 124 | 86 | - |
| CMYK | 0.07 | 0 | 0.31 | 0.51 |
| HSL | 74.21º | 0.18% | 0.41% | - |
| HSV(B) | 74.21º | 0.31% | 0.49% | - |
| XYZ | 15.96 | 18.73 | 11.58 | - |
| YUV | 116.98 | 110.52 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 124 | 86 | 0.07 | 0 | 0.31 | 0.51 | 74.21 | 0.18 | 0.41 |
| Hex | 73 | 7C | 56 | 7 | 0 | 1F | 33 | 4A | 12 | 29 |
| Octal | 163 | 174 | 126 | 7 | 0 | 37 | 63 | 112 | 22 | 51 |
| Binary | 1110011 | 1111100 | 1010110 | 111 | 0 | 11111 | 110011 | 1001010 | 10010 | 101001 |
Color Harmonies of #737C56
Complementary color
Monochromatic Colors of #737C56
Black with #737C56
Text Example
Text Example
White with #737C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737C56; }
p { color: rgb(115,124,86); }
H1.HeaderClassName
{
color: #737C56;
}
.AnyTagClassName
{
color: #737C56;
}
</style>
background-color css
<style>
a { background-color: #737C56; }
a { background-color: rgb(115,124,86); }
div.DivClassName
{
background-color: #737C56;
}
.BgClassName
{
background-color: #737C56;
}
</style>
border-color css
<style>
span { border-color: #737C56; }
span { border-color: rgb(115,124,86); }
td.TdClassName
{
border-color: #737C56;
}
.TagClassName
{
border-color: #737C56;
}
</style>