Shades of Finch #737C53
Tints of Finch #737C53
RGB
CMYK
RGB Variations
Color information
#737C53 (or 0x737C53) is known color: Finch. HEX triplet: 73, 7C and 53. RGB value is (115,124,83). Sum of RGB (Red+Green+Blue) = 115+124+83=322 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.71% from 322); Green value is 124 (48.83% from 255 or 38.51% from 322); Blue value is 83 (32.81% from 255 or 25.78% from 322); Max value from RGB is 124 - color contains mainly: green. Hex color #737C53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737C53 is #8C83AC. Grayscale: #747474. Windows color (decimal): -9208749 or 5471347. OLE color: 5471347.
HSL color Cylindrical-coordinate representation of color #737C53: hue angle of 73.17º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #737C53 is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 115 | 124 | 83 | - |
| CMYK | 0.07 | 0 | 0.33 | 0.51 |
| HSL | 73.17º | 0.2% | 0.41% | - |
| HSV(B) | 73.17º | 0.33% | 0.49% | - |
| XYZ | 15.84 | 18.68 | 10.96 | - |
| YUV | 116.64 | 109.02 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 124 | 83 | 0.07 | 0 | 0.33 | 0.51 | 73.17 | 0.2 | 0.41 |
| Hex | 73 | 7C | 53 | 7 | 0 | 21 | 33 | 49 | 14 | 29 |
| Octal | 163 | 174 | 123 | 7 | 0 | 41 | 63 | 111 | 24 | 51 |
| Binary | 1110011 | 1111100 | 1010011 | 111 | 0 | 100001 | 110011 | 1001001 | 10100 | 101001 |
Color Harmonies of #737C53
Complementary color
Monochromatic Colors of #737C53
Black with #737C53
Text Example
Text Example
White with #737C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737C53; }
p { color: rgb(115,124,83); }
H1.HeaderClassName
{
color: #737C53;
}
.AnyTagClassName
{
color: #737C53;
}
</style>
background-color css
<style>
a { background-color: #737C53; }
a { background-color: rgb(115,124,83); }
div.DivClassName
{
background-color: #737C53;
}
.BgClassName
{
background-color: #737C53;
}
</style>
border-color css
<style>
span { border-color: #737C53; }
span { border-color: rgb(115,124,83); }
td.TdClassName
{
border-color: #737C53;
}
.TagClassName
{
border-color: #737C53;
}
</style>