Shades of Finch #768255
Tints of Finch #768255
RGB
CMYK
RGB Variations
Color information
#768255 (or 0x768255) is known color: Finch. HEX triplet: 76, 82 and 55. RGB value is (118,130,85). Sum of RGB (Red+Green+Blue) = 118+130+85=333 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.44% from 333); Green value is 130 (51.17% from 255 or 39.04% from 333); Blue value is 85 (33.59% from 255 or 25.53% from 333); Max value from RGB is 130 - color contains mainly: green. Hex color #768255 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768255 is #897DAA. Grayscale: #797979. Windows color (decimal): -9010603 or 5603958. OLE color: 5603958.
HSL color Cylindrical-coordinate representation of color #768255: hue angle of 76º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #768255 is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 118 | 130 | 85 | - |
| CMYK | 0.09 | 0 | 0.35 | 0.49 |
| HSL | 76º | 0.21% | 0.42% | - |
| HSV(B) | 76º | 0.35% | 0.51% | - |
| XYZ | 17.09 | 20.47 | 11.65 | - |
| YUV | 121.28 | 107.52 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 130 | 85 | 0.09 | 0 | 0.35 | 0.49 | 76 | 0.21 | 0.42 |
| Hex | 76 | 82 | 55 | 9 | 0 | 23 | 31 | 4C | 15 | 2A |
| Octal | 166 | 202 | 125 | 11 | 0 | 43 | 61 | 114 | 25 | 52 |
| Binary | 1110110 | 10000010 | 1010101 | 1001 | 0 | 100011 | 110001 | 1001100 | 10101 | 101010 |
Color Harmonies of #768255
Complementary color
Monochromatic Colors of #768255
Black with #768255
Text Example
Text Example
White with #768255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768255; }
p { color: rgb(118,130,85); }
H1.HeaderClassName
{
color: #768255;
}
.AnyTagClassName
{
color: #768255;
}
</style>
background-color css
<style>
a { background-color: #768255; }
a { background-color: rgb(118,130,85); }
div.DivClassName
{
background-color: #768255;
}
.BgClassName
{
background-color: #768255;
}
</style>
border-color css
<style>
span { border-color: #768255; }
span { border-color: rgb(118,130,85); }
td.TdClassName
{
border-color: #768255;
}
.TagClassName
{
border-color: #768255;
}
</style>