Shades of Finch #767950
Tints of Finch #767950
RGB
CMYK
RGB Variations
Color information
#767950 (or 0x767950) is known color: Finch. HEX triplet: 76, 79 and 50. RGB value is (118,121,80). Sum of RGB (Red+Green+Blue) = 118+121+80=319 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.99% from 319); Green value is 121 (47.66% from 255 or 37.93% from 319); Blue value is 80 (31.64% from 255 or 25.08% from 319); Max value from RGB is 121 - color contains mainly: green. Hex color #767950 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767950 is #8986AF. Grayscale: #737373. Windows color (decimal): -9012912 or 5273974. OLE color: 5273974.
HSL color Cylindrical-coordinate representation of color #767950: hue angle of 64.39º 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 #767950 is Cyan = 0.02, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 118 | 121 | 80 | - |
| CMYK | 0.02 | 0 | 0.34 | 0.53 |
| HSL | 64.39º | 0.2% | 0.39% | - |
| HSV(B) | 64.39º | 0.34% | 0.47% | - |
| XYZ | 15.76 | 18.11 | 10.25 | - |
| YUV | 115.43 | 108.01 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 121 | 80 | 0.02 | 0 | 0.34 | 0.53 | 64.39 | 0.2 | 0.39 |
| Hex | 76 | 79 | 50 | 2 | 0 | 22 | 35 | 40 | 14 | 27 |
| Octal | 166 | 171 | 120 | 2 | 0 | 42 | 65 | 100 | 24 | 47 |
| Binary | 1110110 | 1111001 | 1010000 | 10 | 0 | 100010 | 110101 | 1000000 | 10100 | 100111 |
Color Harmonies of #767950
Complementary color
Monochromatic Colors of #767950
Black with #767950
Text Example
Text Example
White with #767950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767950; }
p { color: rgb(118,121,80); }
H1.HeaderClassName
{
color: #767950;
}
.AnyTagClassName
{
color: #767950;
}
</style>
background-color css
<style>
a { background-color: #767950; }
a { background-color: rgb(118,121,80); }
div.DivClassName
{
background-color: #767950;
}
.BgClassName
{
background-color: #767950;
}
</style>
border-color css
<style>
span { border-color: #767950; }
span { border-color: rgb(118,121,80); }
td.TdClassName
{
border-color: #767950;
}
.TagClassName
{
border-color: #767950;
}
</style>