Shades of Finch #767F50
Tints of Finch #767F50
RGB
CMYK
RGB Variations
Color information
#767F50 (or 0x767F50) is known color: Finch. HEX triplet: 76, 7F and 50. RGB value is (118,127,80). Sum of RGB (Red+Green+Blue) = 118+127+80=325 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.31% from 325); Green value is 127 (50% from 255 or 39.08% from 325); Blue value is 80 (31.64% from 255 or 24.62% from 325); Max value from RGB is 127 - color contains mainly: green. Hex color #767F50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767F50 is #8980AF. Grayscale: #777777. Windows color (decimal): -9011376 or 5275510. OLE color: 5275510.
HSL color Cylindrical-coordinate representation of color #767F50: hue angle of 71.49º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #767F50 is Cyan = 0.07, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 118 | 127 | 80 | - |
| CMYK | 0.07 | 0 | 0.37 | 0.50 |
| HSL | 71.49º | 0.23% | 0.41% | - |
| HSV(B) | 71.49º | 0.37% | 0.5% | - |
| XYZ | 16.51 | 19.61 | 10.5 | - |
| YUV | 118.95 | 106.02 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 127 | 80 | 0.07 | 0 | 0.37 | 0.50 | 71.49 | 0.23 | 0.41 |
| Hex | 76 | 7F | 50 | 7 | 0 | 25 | 32 | 47 | 17 | 29 |
| Octal | 166 | 177 | 120 | 7 | 0 | 45 | 62 | 107 | 27 | 51 |
| Binary | 1110110 | 1111111 | 1010000 | 111 | 0 | 100101 | 110010 | 1000111 | 10111 | 101001 |
Color Harmonies of #767F50
Complementary color
Monochromatic Colors of #767F50
Black with #767F50
Text Example
Text Example
White with #767F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767F50; }
p { color: rgb(118,127,80); }
H1.HeaderClassName
{
color: #767F50;
}
.AnyTagClassName
{
color: #767F50;
}
</style>
background-color css
<style>
a { background-color: #767F50; }
a { background-color: rgb(118,127,80); }
div.DivClassName
{
background-color: #767F50;
}
.BgClassName
{
background-color: #767F50;
}
</style>
border-color css
<style>
span { border-color: #767F50; }
span { border-color: rgb(118,127,80); }
td.TdClassName
{
border-color: #767F50;
}
.TagClassName
{
border-color: #767F50;
}
</style>