Shades of Finch #757A54
Tints of Finch #757A54
RGB
CMYK
RGB Variations
Color information
#757A54 (or 0x757A54) is known color: Finch. HEX triplet: 75, 7A and 54. RGB value is (117,122,84). Sum of RGB (Red+Green+Blue) = 117+122+84=323 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.22% from 323); Green value is 122 (48.05% from 255 or 37.77% from 323); Blue value is 84 (33.20% from 255 or 26.01% from 323); Max value from RGB is 122 - color contains mainly: green. Hex color #757A54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757A54 is #8A85AB. Grayscale: #747474. Windows color (decimal): -9078188 or 5536373. OLE color: 5536373.
HSL color Cylindrical-coordinate representation of color #757A54: hue angle of 67.89º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #757A54 is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 117 | 122 | 84 | - |
| CMYK | 0.04 | 0 | 0.31 | 0.52 |
| HSL | 67.89º | 0.18% | 0.4% | - |
| HSV(B) | 67.89º | 0.31% | 0.48% | - |
| XYZ | 15.9 | 18.34 | 11.09 | - |
| YUV | 116.17 | 109.84 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 122 | 84 | 0.04 | 0 | 0.31 | 0.52 | 67.89 | 0.18 | 0.4 |
| Hex | 75 | 7A | 54 | 4 | 0 | 1F | 34 | 44 | 12 | 28 |
| Octal | 165 | 172 | 124 | 4 | 0 | 37 | 64 | 104 | 22 | 50 |
| Binary | 1110101 | 1111010 | 1010100 | 100 | 0 | 11111 | 110100 | 1000100 | 10010 | 101000 |
Color Harmonies of #757A54
Complementary color
Monochromatic Colors of #757A54
Black with #757A54
Text Example
Text Example
White with #757A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757A54; }
p { color: rgb(117,122,84); }
H1.HeaderClassName
{
color: #757A54;
}
.AnyTagClassName
{
color: #757A54;
}
</style>
background-color css
<style>
a { background-color: #757A54; }
a { background-color: rgb(117,122,84); }
div.DivClassName
{
background-color: #757A54;
}
.BgClassName
{
background-color: #757A54;
}
</style>
border-color css
<style>
span { border-color: #757A54; }
span { border-color: rgb(117,122,84); }
td.TdClassName
{
border-color: #757A54;
}
.TagClassName
{
border-color: #757A54;
}
</style>