Shades of Finch #757B56
Tints of Finch #757B56
RGB
CMYK
RGB Variations
Color information
#757B56 (or 0x757B56) is known color: Finch. HEX triplet: 75, 7B and 56. RGB value is (117,123,86). Sum of RGB (Red+Green+Blue) = 117+123+86=326 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.89% from 326); Green value is 123 (48.44% from 255 or 37.73% from 326); Blue value is 86 (33.98% from 255 or 26.38% from 326); Max value from RGB is 123 - color contains mainly: green. Hex color #757B56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757B56 is #8A84A9. Grayscale: #757575. Windows color (decimal): -9077930 or 5667701. OLE color: 5667701.
HSL color Cylindrical-coordinate representation of color #757B56: hue angle of 69.73º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #757B56 is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 117 | 123 | 86 | - |
| CMYK | 0.05 | 0 | 0.30 | 0.52 |
| HSL | 69.73º | 0.18% | 0.41% | - |
| HSV(B) | 69.73º | 0.3% | 0.48% | - |
| XYZ | 16.1 | 18.62 | 11.55 | - |
| YUV | 116.99 | 110.51 | 128.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 123 | 86 | 0.05 | 0 | 0.30 | 0.52 | 69.73 | 0.18 | 0.41 |
| Hex | 75 | 7B | 56 | 5 | 0 | 1E | 34 | 46 | 12 | 29 |
| Octal | 165 | 173 | 126 | 5 | 0 | 36 | 64 | 106 | 22 | 51 |
| Binary | 1110101 | 1111011 | 1010110 | 101 | 0 | 11110 | 110100 | 1000110 | 10010 | 101001 |
Color Harmonies of #757B56
Complementary color
Monochromatic Colors of #757B56
Black with #757B56
Text Example
Text Example
White with #757B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757B56; }
p { color: rgb(117,123,86); }
H1.HeaderClassName
{
color: #757B56;
}
.AnyTagClassName
{
color: #757B56;
}
</style>
background-color css
<style>
a { background-color: #757B56; }
a { background-color: rgb(117,123,86); }
div.DivClassName
{
background-color: #757B56;
}
.BgClassName
{
background-color: #757B56;
}
</style>
border-color css
<style>
span { border-color: #757B56; }
span { border-color: rgb(117,123,86); }
td.TdClassName
{
border-color: #757B56;
}
.TagClassName
{
border-color: #757B56;
}
</style>