Shades of Finch #737F53
Tints of Finch #737F53
RGB
CMYK
RGB Variations
Color information
#737F53 (or 0x737F53) is known color: Finch. HEX triplet: 73, 7F and 53. RGB value is (115,127,83). Sum of RGB (Red+Green+Blue) = 115+127+83=325 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.38% from 325); Green value is 127 (50% from 255 or 39.08% from 325); Blue value is 83 (32.81% from 255 or 25.54% from 325); Max value from RGB is 127 - color contains mainly: green. Hex color #737F53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737F53 is #8C80AC. Grayscale: #767676. Windows color (decimal): -9207981 or 5472115. OLE color: 5472115.
HSL color Cylindrical-coordinate representation of color #737F53: hue angle of 76.36º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #737F53 is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 115 | 127 | 83 | - |
| CMYK | 0.09 | 0 | 0.35 | 0.50 |
| HSL | 76.36º | 0.21% | 0.41% | - |
| HSV(B) | 76.36º | 0.35% | 0.5% | - |
| XYZ | 16.22 | 19.45 | 11.08 | - |
| YUV | 118.4 | 108.02 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 127 | 83 | 0.09 | 0 | 0.35 | 0.50 | 76.36 | 0.21 | 0.41 |
| Hex | 73 | 7F | 53 | 9 | 0 | 23 | 32 | 4C | 15 | 29 |
| Octal | 163 | 177 | 123 | 11 | 0 | 43 | 62 | 114 | 25 | 51 |
| Binary | 1110011 | 1111111 | 1010011 | 1001 | 0 | 100011 | 110010 | 1001100 | 10101 | 101001 |
Color Harmonies of #737F53
Complementary color
Monochromatic Colors of #737F53
Black with #737F53
Text Example
Text Example
White with #737F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737F53; }
p { color: rgb(115,127,83); }
H1.HeaderClassName
{
color: #737F53;
}
.AnyTagClassName
{
color: #737F53;
}
</style>
background-color css
<style>
a { background-color: #737F53; }
a { background-color: rgb(115,127,83); }
div.DivClassName
{
background-color: #737F53;
}
.BgClassName
{
background-color: #737F53;
}
</style>
border-color css
<style>
span { border-color: #737F53; }
span { border-color: rgb(115,127,83); }
td.TdClassName
{
border-color: #737F53;
}
.TagClassName
{
border-color: #737F53;
}
</style>