Shades of Finch #737A5F
Tints of Finch #737A5F
RGB
CMYK
RGB Variations
Color information
#737A5F (or 0x737A5F) is known color: Finch. HEX triplet: 73, 7A and 5F. RGB value is (115,122,95). Sum of RGB (Red+Green+Blue) = 115+122+95=332 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.64% from 332); Green value is 122 (48.05% from 255 or 36.75% from 332); Blue value is 95 (37.5% from 255 or 28.61% from 332); Max value from RGB is 122 - color contains mainly: green. Hex color #737A5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737A5F is #8C85A0. Grayscale: #747474. Windows color (decimal): -9209249 or 6257267. OLE color: 6257267.
HSL color Cylindrical-coordinate representation of color #737A5F: hue angle of 75.56º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #737A5F is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 115 | 122 | 95 | - |
| CMYK | 0.06 | 0 | 0.22 | 0.52 |
| HSL | 75.56º | 0.12% | 0.43% | - |
| HSV(B) | 75.56º | 0.22% | 0.48% | - |
| XYZ | 16.1 | 18.39 | 13.53 | - |
| YUV | 116.83 | 115.68 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 122 | 95 | 0.06 | 0 | 0.22 | 0.52 | 75.56 | 0.12 | 0.43 |
| Hex | 73 | 7A | 5F | 6 | 0 | 16 | 34 | 4C | C | 2B |
| Octal | 163 | 172 | 137 | 6 | 0 | 26 | 64 | 114 | 14 | 53 |
| Binary | 1110011 | 1111010 | 1011111 | 110 | 0 | 10110 | 110100 | 1001100 | 1100 | 101011 |
Color Harmonies of #737A5F
Complementary color
Monochromatic Colors of #737A5F
Black with #737A5F
Text Example
Text Example
White with #737A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737A5F; }
p { color: rgb(115,122,95); }
H1.HeaderClassName
{
color: #737A5F;
}
.AnyTagClassName
{
color: #737A5F;
}
</style>
background-color css
<style>
a { background-color: #737A5F; }
a { background-color: rgb(115,122,95); }
div.DivClassName
{
background-color: #737A5F;
}
.BgClassName
{
background-color: #737A5F;
}
</style>
border-color css
<style>
span { border-color: #737A5F; }
span { border-color: rgb(115,122,95); }
td.TdClassName
{
border-color: #737A5F;
}
.TagClassName
{
border-color: #737A5F;
}
</style>