Shades of Finch #778151
Tints of Finch #778151
RGB
CMYK
RGB Variations
Color information
#778151 (or 0x778151) is known color: Finch. HEX triplet: 77, 81 and 51. RGB value is (119,129,81). Sum of RGB (Red+Green+Blue) = 119+129+81=329 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.17% from 329); Green value is 129 (50.78% from 255 or 39.21% from 329); Blue value is 81 (32.03% from 255 or 24.62% from 329); Max value from RGB is 129 - color contains mainly: green. Hex color #778151 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778151 is #887EAE. Grayscale: #787878. Windows color (decimal): -8945327 or 5341559. OLE color: 5341559.
HSL color Cylindrical-coordinate representation of color #778151: hue angle of 72.5º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #778151 is Cyan = 0.08, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 119 | 129 | 81 | - |
| CMYK | 0.08 | 0 | 0.37 | 0.49 |
| HSL | 72.5º | 0.23% | 0.41% | - |
| HSV(B) | 72.5º | 0.37% | 0.51% | - |
| XYZ | 16.94 | 20.22 | 10.79 | - |
| YUV | 120.54 | 105.69 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 129 | 81 | 0.08 | 0 | 0.37 | 0.49 | 72.5 | 0.23 | 0.41 |
| Hex | 77 | 81 | 51 | 8 | 0 | 25 | 31 | 48 | 17 | 29 |
| Octal | 167 | 201 | 121 | 10 | 0 | 45 | 61 | 110 | 27 | 51 |
| Binary | 1110111 | 10000001 | 1010001 | 1000 | 0 | 100101 | 110001 | 1001000 | 10111 | 101001 |
Color Harmonies of #778151
Complementary color
Monochromatic Colors of #778151
Black with #778151
Text Example
Text Example
White with #778151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778151; }
p { color: rgb(119,129,81); }
H1.HeaderClassName
{
color: #778151;
}
.AnyTagClassName
{
color: #778151;
}
</style>
background-color css
<style>
a { background-color: #778151; }
a { background-color: rgb(119,129,81); }
div.DivClassName
{
background-color: #778151;
}
.BgClassName
{
background-color: #778151;
}
</style>
border-color css
<style>
span { border-color: #778151; }
span { border-color: rgb(119,129,81); }
td.TdClassName
{
border-color: #778151;
}
.TagClassName
{
border-color: #778151;
}
</style>