Shades of Finch #737E55
Tints of Finch #737E55
RGB
CMYK
RGB Variations
Color information
#737E55 (or 0x737E55) is known color: Finch. HEX triplet: 73, 7E and 55. RGB value is (115,126,85). Sum of RGB (Red+Green+Blue) = 115+126+85=326 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.28% from 326); Green value is 126 (49.61% from 255 or 38.65% from 326); Blue value is 85 (33.59% from 255 or 26.07% from 326); Max value from RGB is 126 - color contains mainly: green. Hex color #737E55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737E55 is #8C81AA. Grayscale: #767676. Windows color (decimal): -9208235 or 5602931. OLE color: 5602931.
HSL color Cylindrical-coordinate representation of color #737E55: hue angle of 76.1º degrees, saturation: 0.19, 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 #737E55 is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 115 | 126 | 85 | - |
| CMYK | 0.09 | 0 | 0.33 | 0.51 |
| HSL | 76.1º | 0.19% | 0.41% | - |
| HSV(B) | 76.1º | 0.33% | 0.49% | - |
| XYZ | 16.17 | 19.22 | 11.45 | - |
| YUV | 118.04 | 109.36 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 126 | 85 | 0.09 | 0 | 0.33 | 0.51 | 76.1 | 0.19 | 0.41 |
| Hex | 73 | 7E | 55 | 9 | 0 | 21 | 33 | 4C | 13 | 29 |
| Octal | 163 | 176 | 125 | 11 | 0 | 41 | 63 | 114 | 23 | 51 |
| Binary | 1110011 | 1111110 | 1010101 | 1001 | 0 | 100001 | 110011 | 1001100 | 10011 | 101001 |
Color Harmonies of #737E55
Complementary color
Monochromatic Colors of #737E55
Black with #737E55
Text Example
Text Example
White with #737E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737E55; }
p { color: rgb(115,126,85); }
H1.HeaderClassName
{
color: #737E55;
}
.AnyTagClassName
{
color: #737E55;
}
</style>
background-color css
<style>
a { background-color: #737E55; }
a { background-color: rgb(115,126,85); }
div.DivClassName
{
background-color: #737E55;
}
.BgClassName
{
background-color: #737E55;
}
</style>
border-color css
<style>
span { border-color: #737E55; }
span { border-color: rgb(115,126,85); }
td.TdClassName
{
border-color: #737E55;
}
.TagClassName
{
border-color: #737E55;
}
</style>