Shades of Finch #768456
Tints of Finch #768456
RGB
CMYK
RGB Variations
Color information
#768456 (or 0x768456) is known color: Finch. HEX triplet: 76, 84 and 56. RGB value is (118,132,86). Sum of RGB (Red+Green+Blue) = 118+132+86=336 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.12% from 336); Green value is 132 (51.95% from 255 or 39.29% from 336); Blue value is 86 (33.98% from 255 or 25.60% from 336); Max value from RGB is 132 - color contains mainly: green. Hex color #768456 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768456 is #897BA9. Grayscale: #7A7A7A. Windows color (decimal): -9010090 or 5670006. OLE color: 5670006.
HSL color Cylindrical-coordinate representation of color #768456: hue angle of 78.26º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #768456 is Cyan = 0.11, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 118 | 132 | 86 | - |
| CMYK | 0.11 | 0 | 0.35 | 0.48 |
| HSL | 78.26º | 0.21% | 0.43% | - |
| HSV(B) | 78.26º | 0.35% | 0.52% | - |
| XYZ | 17.4 | 21.03 | 11.95 | - |
| YUV | 122.57 | 107.36 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 132 | 86 | 0.11 | 0 | 0.35 | 0.48 | 78.26 | 0.21 | 0.43 |
| Hex | 76 | 84 | 56 | B | 0 | 23 | 30 | 4E | 15 | 2B |
| Octal | 166 | 204 | 126 | 13 | 0 | 43 | 60 | 116 | 25 | 53 |
| Binary | 1110110 | 10000100 | 1010110 | 1011 | 0 | 100011 | 110000 | 1001110 | 10101 | 101011 |
Color Harmonies of #768456
Complementary color
Monochromatic Colors of #768456
Black with #768456
Text Example
Text Example
White with #768456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768456; }
p { color: rgb(118,132,86); }
H1.HeaderClassName
{
color: #768456;
}
.AnyTagClassName
{
color: #768456;
}
</style>
background-color css
<style>
a { background-color: #768456; }
a { background-color: rgb(118,132,86); }
div.DivClassName
{
background-color: #768456;
}
.BgClassName
{
background-color: #768456;
}
</style>
border-color css
<style>
span { border-color: #768456; }
span { border-color: rgb(118,132,86); }
td.TdClassName
{
border-color: #768456;
}
.TagClassName
{
border-color: #768456;
}
</style>