Shades of Finch #757E55
Tints of Finch #757E55
RGB
CMYK
RGB Variations
Color information
#757E55 (or 0x757E55) is known color: Finch. HEX triplet: 75, 7E and 55. RGB value is (117,126,85). Sum of RGB (Red+Green+Blue) = 117+126+85=328 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.67% from 328); Green value is 126 (49.61% from 255 or 38.41% from 328); Blue value is 85 (33.59% from 255 or 25.91% from 328); Max value from RGB is 126 - color contains mainly: green. Hex color #757E55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757E55 is #8A81AA. Grayscale: #767676. Windows color (decimal): -9077163 or 5602933. OLE color: 5602933.
HSL color Cylindrical-coordinate representation of color #757E55: hue angle of 73.17º 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 #757E55 is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 117 | 126 | 85 | - |
| CMYK | 0.07 | 0 | 0.33 | 0.51 |
| HSL | 73.17º | 0.19% | 0.41% | - |
| HSV(B) | 73.17º | 0.33% | 0.49% | - |
| XYZ | 16.44 | 19.36 | 11.46 | - |
| YUV | 118.64 | 109.02 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 126 | 85 | 0.07 | 0 | 0.33 | 0.51 | 73.17 | 0.19 | 0.41 |
| Hex | 75 | 7E | 55 | 7 | 0 | 21 | 33 | 49 | 13 | 29 |
| Octal | 165 | 176 | 125 | 7 | 0 | 41 | 63 | 111 | 23 | 51 |
| Binary | 1110101 | 1111110 | 1010101 | 111 | 0 | 100001 | 110011 | 1001001 | 10011 | 101001 |
Color Harmonies of #757E55
Complementary color
Monochromatic Colors of #757E55
Black with #757E55
Text Example
Text Example
White with #757E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757E55; }
p { color: rgb(117,126,85); }
H1.HeaderClassName
{
color: #757E55;
}
.AnyTagClassName
{
color: #757E55;
}
</style>
background-color css
<style>
a { background-color: #757E55; }
a { background-color: rgb(117,126,85); }
div.DivClassName
{
background-color: #757E55;
}
.BgClassName
{
background-color: #757E55;
}
</style>
border-color css
<style>
span { border-color: #757E55; }
span { border-color: rgb(117,126,85); }
td.TdClassName
{
border-color: #757E55;
}
.TagClassName
{
border-color: #757E55;
}
</style>