Shades of Finch #757958
Tints of Finch #757958
RGB
CMYK
RGB Variations
Color information
#757958 (or 0x757958) is known color: Finch. HEX triplet: 75, 79 and 58. RGB value is (117,121,88). Sum of RGB (Red+Green+Blue) = 117+121+88=326 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.89% from 326); Green value is 121 (47.66% from 255 or 37.12% from 326); Blue value is 88 (34.77% from 255 or 26.99% from 326); Max value from RGB is 121 - color contains mainly: green. Hex color #757958 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757958 is #8A86A7. Grayscale: #747474. Windows color (decimal): -9078440 or 5798261. OLE color: 5798261.
HSL color Cylindrical-coordinate representation of color #757958: hue angle of 67.27º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #757958 is Cyan = 0.03, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 117 | 121 | 88 | - |
| CMYK | 0.03 | 0 | 0.27 | 0.53 |
| HSL | 67.27º | 0.16% | 0.41% | - |
| HSV(B) | 67.27º | 0.27% | 0.47% | - |
| XYZ | 15.93 | 18.16 | 11.9 | - |
| YUV | 116.04 | 112.17 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 121 | 88 | 0.03 | 0 | 0.27 | 0.53 | 67.27 | 0.16 | 0.41 |
| Hex | 75 | 79 | 58 | 3 | 0 | 1B | 35 | 43 | 10 | 29 |
| Octal | 165 | 171 | 130 | 3 | 0 | 33 | 65 | 103 | 20 | 51 |
| Binary | 1110101 | 1111001 | 1011000 | 11 | 0 | 11011 | 110101 | 1000011 | 10000 | 101001 |
Color Harmonies of #757958
Complementary color
Monochromatic Colors of #757958
Black with #757958
Text Example
Text Example
White with #757958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757958; }
p { color: rgb(117,121,88); }
H1.HeaderClassName
{
color: #757958;
}
.AnyTagClassName
{
color: #757958;
}
</style>
background-color css
<style>
a { background-color: #757958; }
a { background-color: rgb(117,121,88); }
div.DivClassName
{
background-color: #757958;
}
.BgClassName
{
background-color: #757958;
}
</style>
border-color css
<style>
span { border-color: #757958; }
span { border-color: rgb(117,121,88); }
td.TdClassName
{
border-color: #757958;
}
.TagClassName
{
border-color: #757958;
}
</style>