Shades of Finch #767D5F
Tints of Finch #767D5F
RGB
CMYK
RGB Variations
Color information
#767D5F (or 0x767D5F) is known color: Finch. HEX triplet: 76, 7D and 5F. RGB value is (118,125,95). Sum of RGB (Red+Green+Blue) = 118+125+95=338 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.91% from 338); Green value is 125 (49.22% from 255 or 36.98% from 338); Blue value is 95 (37.5% from 255 or 28.11% from 338); Max value from RGB is 125 - color contains mainly: green. Hex color #767D5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767D5F is #8982A0. Grayscale: #777777. Windows color (decimal): -9011873 or 6258038. OLE color: 6258038.
HSL color Cylindrical-coordinate representation of color #767D5F: hue angle of 74º degrees, saturation: 0.14, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #767D5F is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 118 | 125 | 95 | - |
| CMYK | 0.06 | 0 | 0.24 | 0.51 |
| HSL | 74º | 0.14% | 0.43% | - |
| HSV(B) | 74º | 0.24% | 0.49% | - |
| XYZ | 16.87 | 19.35 | 13.67 | - |
| YUV | 119.49 | 114.18 | 126.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 125 | 95 | 0.06 | 0 | 0.24 | 0.51 | 74 | 0.14 | 0.43 |
| Hex | 76 | 7D | 5F | 6 | 0 | 18 | 33 | 4A | E | 2B |
| Octal | 166 | 175 | 137 | 6 | 0 | 30 | 63 | 112 | 16 | 53 |
| Binary | 1110110 | 1111101 | 1011111 | 110 | 0 | 11000 | 110011 | 1001010 | 1110 | 101011 |
Color Harmonies of #767D5F
Complementary color
Monochromatic Colors of #767D5F
Black with #767D5F
Text Example
Text Example
White with #767D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767D5F; }
p { color: rgb(118,125,95); }
H1.HeaderClassName
{
color: #767D5F;
}
.AnyTagClassName
{
color: #767D5F;
}
</style>
background-color css
<style>
a { background-color: #767D5F; }
a { background-color: rgb(118,125,95); }
div.DivClassName
{
background-color: #767D5F;
}
.BgClassName
{
background-color: #767D5F;
}
</style>
border-color css
<style>
span { border-color: #767D5F; }
span { border-color: rgb(118,125,95); }
td.TdClassName
{
border-color: #767D5F;
}
.TagClassName
{
border-color: #767D5F;
}
</style>