Shades of Finch #767966
Tints of Finch #767966
RGB
CMYK
RGB Variations
Color information
#767966 (or 0x767966) is known color: Finch. HEX triplet: 76, 79 and 66. RGB value is (118,121,102). Sum of RGB (Red+Green+Blue) = 118+121+102=341 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.60% from 341); Green value is 121 (47.66% from 255 or 35.48% from 341); Blue value is 102 (40.23% from 255 or 29.91% from 341); Max value from RGB is 121 - color contains mainly: green. Hex color #767966 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767966 is #898699. Grayscale: #767676. Windows color (decimal): -9012890 or 6715766. OLE color: 6715766.
HSL color Cylindrical-coordinate representation of color #767966: hue angle of 69.47º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #767966 is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 118 | 121 | 102 | - |
| CMYK | 0.02 | 0 | 0.16 | 0.53 |
| HSL | 69.47º | 0.09% | 0.44% | - |
| HSV(B) | 69.47º | 0.16% | 0.47% | - |
| XYZ | 16.71 | 18.49 | 15.26 | - |
| YUV | 117.94 | 119.01 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 121 | 102 | 0.02 | 0 | 0.16 | 0.53 | 69.47 | 0.09 | 0.44 |
| Hex | 76 | 79 | 66 | 2 | 0 | 10 | 35 | 45 | 9 | 2C |
| Octal | 166 | 171 | 146 | 2 | 0 | 20 | 65 | 105 | 11 | 54 |
| Binary | 1110110 | 1111001 | 1100110 | 10 | 0 | 10000 | 110101 | 1000101 | 1001 | 101100 |
Color Harmonies of #767966
Complementary color
Monochromatic Colors of #767966
Black with #767966
Text Example
Text Example
White with #767966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767966; }
p { color: rgb(118,121,102); }
H1.HeaderClassName
{
color: #767966;
}
.AnyTagClassName
{
color: #767966;
}
</style>
background-color css
<style>
a { background-color: #767966; }
a { background-color: rgb(118,121,102); }
div.DivClassName
{
background-color: #767966;
}
.BgClassName
{
background-color: #767966;
}
</style>
border-color css
<style>
span { border-color: #767966; }
span { border-color: rgb(118,121,102); }
td.TdClassName
{
border-color: #767966;
}
.TagClassName
{
border-color: #767966;
}
</style>