Shades of Finch #757E48
Tints of Finch #757E48
RGB
CMYK
RGB Variations
Color information
#757E48 (or 0x757E48) is known color: Finch. HEX triplet: 75, 7E and 48. RGB value is (117,126,72). Sum of RGB (Red+Green+Blue) = 117+126+72=315 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.14% from 315); Green value is 126 (49.61% from 255 or 40% from 315); Blue value is 72 (28.52% from 255 or 22.86% from 315); Max value from RGB is 126 - color contains mainly: green. Hex color #757E48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757E48 is #8A81B7. Grayscale: #757575. Windows color (decimal): -9077176 or 4750965. OLE color: 4750965.
HSL color Cylindrical-coordinate representation of color #757E48: hue angle of 70º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #757E48 is Cyan = 0.07, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 117 | 126 | 72 | - |
| CMYK | 0.07 | 0 | 0.43 | 0.51 |
| HSL | 70º | 0.27% | 0.39% | - |
| HSV(B) | 70º | 0.43% | 0.49% | - |
| XYZ | 15.97 | 19.17 | 8.99 | - |
| YUV | 117.15 | 102.52 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 126 | 72 | 0.07 | 0 | 0.43 | 0.51 | 70 | 0.27 | 0.39 |
| Hex | 75 | 7E | 48 | 7 | 0 | 2B | 33 | 46 | 1B | 27 |
| Octal | 165 | 176 | 110 | 7 | 0 | 53 | 63 | 106 | 33 | 47 |
| Binary | 1110101 | 1111110 | 1001000 | 111 | 0 | 101011 | 110011 | 1000110 | 11011 | 100111 |
Color Harmonies of #757E48
Complementary color
Monochromatic Colors of #757E48
Black with #757E48
Text Example
Text Example
White with #757E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757E48; }
p { color: rgb(117,126,72); }
H1.HeaderClassName
{
color: #757E48;
}
.AnyTagClassName
{
color: #757E48;
}
</style>
background-color css
<style>
a { background-color: #757E48; }
a { background-color: rgb(117,126,72); }
div.DivClassName
{
background-color: #757E48;
}
.BgClassName
{
background-color: #757E48;
}
</style>
border-color css
<style>
span { border-color: #757E48; }
span { border-color: rgb(117,126,72); }
td.TdClassName
{
border-color: #757E48;
}
.TagClassName
{
border-color: #757E48;
}
</style>