Shades of Finch #757D43
Tints of Finch #757D43
RGB
CMYK
RGB Variations
Color information
#757D43 (or 0x757D43) is known color: Finch. HEX triplet: 75, 7D and 43. RGB value is (117,125,67). Sum of RGB (Red+Green+Blue) = 117+125+67=309 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.86% from 309); Green value is 125 (49.22% from 255 or 40.45% from 309); Blue value is 67 (26.56% from 255 or 21.68% from 309); Max value from RGB is 125 - color contains mainly: green. Hex color #757D43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757D43 is #8A82BC. Grayscale: #747474. Windows color (decimal): -9077437 or 4423029. OLE color: 4423029.
HSL color Cylindrical-coordinate representation of color #757D43: hue angle of 68.28º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #757D43 is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 117 | 125 | 67 | - |
| CMYK | 0.06 | 0 | 0.46 | 0.51 |
| HSL | 68.28º | 0.3% | 0.38% | - |
| HSV(B) | 68.28º | 0.46% | 0.49% | - |
| XYZ | 15.68 | 18.85 | 8.12 | - |
| YUV | 116 | 100.35 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 125 | 67 | 0.06 | 0 | 0.46 | 0.51 | 68.28 | 0.3 | 0.38 |
| Hex | 75 | 7D | 43 | 6 | 0 | 2E | 33 | 44 | 1E | 26 |
| Octal | 165 | 175 | 103 | 6 | 0 | 56 | 63 | 104 | 36 | 46 |
| Binary | 1110101 | 1111101 | 1000011 | 110 | 0 | 101110 | 110011 | 1000100 | 11110 | 100110 |
Color Harmonies of #757D43
Complementary color
Monochromatic Colors of #757D43
Black with #757D43
Text Example
Text Example
White with #757D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757D43; }
p { color: rgb(117,125,67); }
H1.HeaderClassName
{
color: #757D43;
}
.AnyTagClassName
{
color: #757D43;
}
</style>
background-color css
<style>
a { background-color: #757D43; }
a { background-color: rgb(117,125,67); }
div.DivClassName
{
background-color: #757D43;
}
.BgClassName
{
background-color: #757D43;
}
</style>
border-color css
<style>
span { border-color: #757D43; }
span { border-color: rgb(117,125,67); }
td.TdClassName
{
border-color: #757D43;
}
.TagClassName
{
border-color: #757D43;
}
</style>