Shades of Finch #737A56
Tints of Finch #737A56
RGB
CMYK
RGB Variations
Color information
#737A56 (or 0x737A56) is known color: Finch. HEX triplet: 73, 7A and 56. RGB value is (115,122,86). Sum of RGB (Red+Green+Blue) = 115+122+86=323 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.60% from 323); Green value is 122 (48.05% from 255 or 37.77% from 323); Blue value is 86 (33.98% from 255 or 26.63% from 323); Max value from RGB is 122 - color contains mainly: green. Hex color #737A56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737A56 is #8C85A9. Grayscale: #737373. Windows color (decimal): -9209258 or 5667443. OLE color: 5667443.
HSL color Cylindrical-coordinate representation of color #737A56: hue angle of 71.67º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #737A56 is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 115 | 122 | 86 | - |
| CMYK | 0.06 | 0 | 0.30 | 0.52 |
| HSL | 71.67º | 0.17% | 0.41% | - |
| HSV(B) | 71.67º | 0.3% | 0.48% | - |
| XYZ | 15.71 | 18.24 | 11.5 | - |
| YUV | 115.8 | 111.18 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 122 | 86 | 0.06 | 0 | 0.30 | 0.52 | 71.67 | 0.17 | 0.41 |
| Hex | 73 | 7A | 56 | 6 | 0 | 1E | 34 | 48 | 11 | 29 |
| Octal | 163 | 172 | 126 | 6 | 0 | 36 | 64 | 110 | 21 | 51 |
| Binary | 1110011 | 1111010 | 1010110 | 110 | 0 | 11110 | 110100 | 1001000 | 10001 | 101001 |
Color Harmonies of #737A56
Complementary color
Monochromatic Colors of #737A56
Black with #737A56
Text Example
Text Example
White with #737A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737A56; }
p { color: rgb(115,122,86); }
H1.HeaderClassName
{
color: #737A56;
}
.AnyTagClassName
{
color: #737A56;
}
</style>
background-color css
<style>
a { background-color: #737A56; }
a { background-color: rgb(115,122,86); }
div.DivClassName
{
background-color: #737A56;
}
.BgClassName
{
background-color: #737A56;
}
</style>
border-color css
<style>
span { border-color: #737A56; }
span { border-color: rgb(115,122,86); }
td.TdClassName
{
border-color: #737A56;
}
.TagClassName
{
border-color: #737A56;
}
</style>