Shades of Finch #757B49
Tints of Finch #757B49
RGB
CMYK
RGB Variations
Color information
#757B49 (or 0x757B49) is known color: Finch. HEX triplet: 75, 7B and 49. RGB value is (117,123,73). Sum of RGB (Red+Green+Blue) = 117+123+73=313 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.38% from 313); Green value is 123 (48.44% from 255 or 39.30% from 313); Blue value is 73 (28.91% from 255 or 23.32% from 313); Max value from RGB is 123 - color contains mainly: green. Hex color #757B49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757B49 is #8A84B6. Grayscale: #737373. Windows color (decimal): -9077943 or 4815733. OLE color: 4815733.
HSL color Cylindrical-coordinate representation of color #757B49: hue angle of 67.2º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #757B49 is Cyan = 0.05, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 117 | 123 | 73 | - |
| CMYK | 0.05 | 0 | 0.41 | 0.52 |
| HSL | 67.2º | 0.26% | 0.38% | - |
| HSV(B) | 67.2º | 0.41% | 0.48% | - |
| XYZ | 15.62 | 18.43 | 9.04 | - |
| YUV | 115.51 | 104.01 | 129.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 123 | 73 | 0.05 | 0 | 0.41 | 0.52 | 67.2 | 0.26 | 0.38 |
| Hex | 75 | 7B | 49 | 5 | 0 | 29 | 34 | 43 | 1A | 26 |
| Octal | 165 | 173 | 111 | 5 | 0 | 51 | 64 | 103 | 32 | 46 |
| Binary | 1110101 | 1111011 | 1001001 | 101 | 0 | 101001 | 110100 | 1000011 | 11010 | 100110 |
Color Harmonies of #757B49
Complementary color
Monochromatic Colors of #757B49
Black with #757B49
Text Example
Text Example
White with #757B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757B49; }
p { color: rgb(117,123,73); }
H1.HeaderClassName
{
color: #757B49;
}
.AnyTagClassName
{
color: #757B49;
}
</style>
background-color css
<style>
a { background-color: #757B49; }
a { background-color: rgb(117,123,73); }
div.DivClassName
{
background-color: #757B49;
}
.BgClassName
{
background-color: #757B49;
}
</style>
border-color css
<style>
span { border-color: #757B49; }
span { border-color: rgb(117,123,73); }
td.TdClassName
{
border-color: #757B49;
}
.TagClassName
{
border-color: #757B49;
}
</style>