Shades of Finch #788251
Tints of Finch #788251
RGB
CMYK
RGB Variations
Color information
#788251 (or 0x788251) is known color: Finch. HEX triplet: 78, 82 and 51. RGB value is (120,130,81). Sum of RGB (Red+Green+Blue) = 120+130+81=331 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.25% from 331); Green value is 130 (51.17% from 255 or 39.27% from 331); Blue value is 81 (32.03% from 255 or 24.47% from 331); Max value from RGB is 130 - color contains mainly: green. Hex color #788251 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788251 is #877DAE. Grayscale: #797979. Windows color (decimal): -8879535 or 5341816. OLE color: 5341816.
HSL color Cylindrical-coordinate representation of color #788251: hue angle of 72.24º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #788251 is Cyan = 0.08, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 120 | 130 | 81 | - |
| CMYK | 0.08 | 0 | 0.38 | 0.49 |
| HSL | 72.24º | 0.23% | 0.41% | - |
| HSV(B) | 72.24º | 0.38% | 0.51% | - |
| XYZ | 17.21 | 20.55 | 10.84 | - |
| YUV | 121.42 | 105.19 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 130 | 81 | 0.08 | 0 | 0.38 | 0.49 | 72.24 | 0.23 | 0.41 |
| Hex | 78 | 82 | 51 | 8 | 0 | 26 | 31 | 48 | 17 | 29 |
| Octal | 170 | 202 | 121 | 10 | 0 | 46 | 61 | 110 | 27 | 51 |
| Binary | 1111000 | 10000010 | 1010001 | 1000 | 0 | 100110 | 110001 | 1001000 | 10111 | 101001 |
Color Harmonies of #788251
Complementary color
Monochromatic Colors of #788251
Black with #788251
Text Example
Text Example
White with #788251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788251; }
p { color: rgb(120,130,81); }
H1.HeaderClassName
{
color: #788251;
}
.AnyTagClassName
{
color: #788251;
}
</style>
background-color css
<style>
a { background-color: #788251; }
a { background-color: rgb(120,130,81); }
div.DivClassName
{
background-color: #788251;
}
.BgClassName
{
background-color: #788251;
}
</style>
border-color css
<style>
span { border-color: #788251; }
span { border-color: rgb(120,130,81); }
td.TdClassName
{
border-color: #788251;
}
.TagClassName
{
border-color: #788251;
}
</style>