Shades of Finch #777A69
Tints of Finch #777A69
RGB
CMYK
RGB Variations
Color information
#777A69 (or 0x777A69) is known color: Finch. HEX triplet: 77, 7A and 69. RGB value is (119,122,105). Sum of RGB (Red+Green+Blue) = 119+122+105=346 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.39% from 346); Green value is 122 (48.05% from 255 or 35.26% from 346); Blue value is 105 (41.41% from 255 or 30.35% from 346); Max value from RGB is 122 - color contains mainly: green. Hex color #777A69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777A69 is #888596. Grayscale: #777777. Windows color (decimal): -8947095 or 6912631. OLE color: 6912631.
HSL color Cylindrical-coordinate representation of color #777A69: hue angle of 70.59º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #777A69 is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 119 | 122 | 105 | - |
| CMYK | 0.02 | 0 | 0.14 | 0.52 |
| HSL | 70.59º | 0.07% | 0.45% | - |
| HSV(B) | 70.59º | 0.14% | 0.48% | - |
| XYZ | 17.12 | 18.86 | 16.1 | - |
| YUV | 119.17 | 120.01 | 127.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 122 | 105 | 0.02 | 0 | 0.14 | 0.52 | 70.59 | 0.07 | 0.45 |
| Hex | 77 | 7A | 69 | 2 | 0 | E | 34 | 47 | 7 | 2D |
| Octal | 167 | 172 | 151 | 2 | 0 | 16 | 64 | 107 | 7 | 55 |
| Binary | 1110111 | 1111010 | 1101001 | 10 | 0 | 1110 | 110100 | 1000111 | 111 | 101101 |
Color Harmonies of #777A69
Complementary color
Monochromatic Colors of #777A69
Black with #777A69
Text Example
Text Example
White with #777A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777A69; }
p { color: rgb(119,122,105); }
H1.HeaderClassName
{
color: #777A69;
}
.AnyTagClassName
{
color: #777A69;
}
</style>
background-color css
<style>
a { background-color: #777A69; }
a { background-color: rgb(119,122,105); }
div.DivClassName
{
background-color: #777A69;
}
.BgClassName
{
background-color: #777A69;
}
</style>
border-color css
<style>
span { border-color: #777A69; }
span { border-color: rgb(119,122,105); }
td.TdClassName
{
border-color: #777A69;
}
.TagClassName
{
border-color: #777A69;
}
</style>