Shades of Finch #777B66
Tints of Finch #777B66
RGB
CMYK
RGB Variations
Color information
#777B66 (or 0x777B66) is known color: Finch. HEX triplet: 77, 7B and 66. RGB value is (119,123,102). Sum of RGB (Red+Green+Blue) = 119+123+102=344 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.59% from 344); Green value is 123 (48.44% from 255 or 35.76% from 344); Blue value is 102 (40.23% from 255 or 29.65% from 344); Max value from RGB is 123 - color contains mainly: green. Hex color #777B66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777B66 is #888499. Grayscale: #777777. Windows color (decimal): -8946842 or 6716279. OLE color: 6716279.
HSL color Cylindrical-coordinate representation of color #777B66: hue angle of 71.43º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #777B66 is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 119 | 123 | 102 | - |
| CMYK | 0.03 | 0 | 0.17 | 0.52 |
| HSL | 71.43º | 0.09% | 0.44% | - |
| HSV(B) | 71.43º | 0.17% | 0.48% | - |
| XYZ | 17.09 | 19.05 | 15.35 | - |
| YUV | 119.41 | 118.17 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 123 | 102 | 0.03 | 0 | 0.17 | 0.52 | 71.43 | 0.09 | 0.44 |
| Hex | 77 | 7B | 66 | 3 | 0 | 11 | 34 | 47 | 9 | 2C |
| Octal | 167 | 173 | 146 | 3 | 0 | 21 | 64 | 107 | 11 | 54 |
| Binary | 1110111 | 1111011 | 1100110 | 11 | 0 | 10001 | 110100 | 1000111 | 1001 | 101100 |
Color Harmonies of #777B66
Complementary color
Monochromatic Colors of #777B66
Black with #777B66
Text Example
Text Example
White with #777B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777B66; }
p { color: rgb(119,123,102); }
H1.HeaderClassName
{
color: #777B66;
}
.AnyTagClassName
{
color: #777B66;
}
</style>
background-color css
<style>
a { background-color: #777B66; }
a { background-color: rgb(119,123,102); }
div.DivClassName
{
background-color: #777B66;
}
.BgClassName
{
background-color: #777B66;
}
</style>
border-color css
<style>
span { border-color: #777B66; }
span { border-color: rgb(119,123,102); }
td.TdClassName
{
border-color: #777B66;
}
.TagClassName
{
border-color: #777B66;
}
</style>