Shades of Finch #757950
Tints of Finch #757950
RGB
CMYK
RGB Variations
Color information
#757950 (or 0x757950) is known color: Finch. HEX triplet: 75, 79 and 50. RGB value is (117,121,80). Sum of RGB (Red+Green+Blue) = 117+121+80=318 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.79% from 318); Green value is 121 (47.66% from 255 or 38.05% from 318); Blue value is 80 (31.64% from 255 or 25.16% from 318); Max value from RGB is 121 - color contains mainly: green. Hex color #757950 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757950 is #8A86AF. Grayscale: #737373. Windows color (decimal): -9078448 or 5273973. OLE color: 5273973.
HSL color Cylindrical-coordinate representation of color #757950: hue angle of 65.85º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #757950 is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 117 | 121 | 80 | - |
| CMYK | 0.03 | 0 | 0.34 | 0.53 |
| HSL | 65.85º | 0.2% | 0.39% | - |
| HSV(B) | 65.85º | 0.34% | 0.47% | - |
| XYZ | 15.62 | 18.04 | 10.25 | - |
| YUV | 115.13 | 108.17 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 121 | 80 | 0.03 | 0 | 0.34 | 0.53 | 65.85 | 0.2 | 0.39 |
| Hex | 75 | 79 | 50 | 3 | 0 | 22 | 35 | 42 | 14 | 27 |
| Octal | 165 | 171 | 120 | 3 | 0 | 42 | 65 | 102 | 24 | 47 |
| Binary | 1110101 | 1111001 | 1010000 | 11 | 0 | 100010 | 110101 | 1000010 | 10100 | 100111 |
Color Harmonies of #757950
Complementary color
Monochromatic Colors of #757950
Black with #757950
Text Example
Text Example
White with #757950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757950; }
p { color: rgb(117,121,80); }
H1.HeaderClassName
{
color: #757950;
}
.AnyTagClassName
{
color: #757950;
}
</style>
background-color css
<style>
a { background-color: #757950; }
a { background-color: rgb(117,121,80); }
div.DivClassName
{
background-color: #757950;
}
.BgClassName
{
background-color: #757950;
}
</style>
border-color css
<style>
span { border-color: #757950; }
span { border-color: rgb(117,121,80); }
td.TdClassName
{
border-color: #757950;
}
.TagClassName
{
border-color: #757950;
}
</style>