Shades of Finch #768259
Tints of Finch #768259
RGB
CMYK
RGB Variations
Color information
#768259 (or 0x768259) is known color: Finch. HEX triplet: 76, 82 and 59. RGB value is (118,130,89). Sum of RGB (Red+Green+Blue) = 118+130+89=337 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.01% from 337); Green value is 130 (51.17% from 255 or 38.58% from 337); Blue value is 89 (35.16% from 255 or 26.41% from 337); Max value from RGB is 130 - color contains mainly: green. Hex color #768259 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768259 is #897DA6. Grayscale: #797979. Windows color (decimal): -9010599 or 5866102. OLE color: 5866102.
HSL color Cylindrical-coordinate representation of color #768259: hue angle of 77.56º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #768259 is Cyan = 0.09, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 118 | 130 | 89 | - |
| CMYK | 0.09 | 0 | 0.32 | 0.49 |
| HSL | 77.56º | 0.19% | 0.43% | - |
| HSV(B) | 77.56º | 0.32% | 0.51% | - |
| XYZ | 17.26 | 20.54 | 12.51 | - |
| YUV | 121.74 | 109.52 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 130 | 89 | 0.09 | 0 | 0.32 | 0.49 | 77.56 | 0.19 | 0.43 |
| Hex | 76 | 82 | 59 | 9 | 0 | 20 | 31 | 4E | 13 | 2B |
| Octal | 166 | 202 | 131 | 11 | 0 | 40 | 61 | 116 | 23 | 53 |
| Binary | 1110110 | 10000010 | 1011001 | 1001 | 0 | 100000 | 110001 | 1001110 | 10011 | 101011 |
Color Harmonies of #768259
Complementary color
Monochromatic Colors of #768259
Black with #768259
Text Example
Text Example
White with #768259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768259; }
p { color: rgb(118,130,89); }
H1.HeaderClassName
{
color: #768259;
}
.AnyTagClassName
{
color: #768259;
}
</style>
background-color css
<style>
a { background-color: #768259; }
a { background-color: rgb(118,130,89); }
div.DivClassName
{
background-color: #768259;
}
.BgClassName
{
background-color: #768259;
}
</style>
border-color css
<style>
span { border-color: #768259; }
span { border-color: rgb(118,130,89); }
td.TdClassName
{
border-color: #768259;
}
.TagClassName
{
border-color: #768259;
}
</style>