Shades of Finch #768457
Tints of Finch #768457
RGB
CMYK
RGB Variations
Color information
#768457 (or 0x768457) is known color: Finch. HEX triplet: 76, 84 and 57. RGB value is (118,132,87). Sum of RGB (Red+Green+Blue) = 118+132+87=337 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.01% from 337); Green value is 132 (51.95% from 255 or 39.17% from 337); Blue value is 87 (34.38% from 255 or 25.82% from 337); Max value from RGB is 132 - color contains mainly: green. Hex color #768457 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768457 is #897BA8. Grayscale: #7A7A7A. Windows color (decimal): -9010089 or 5735542. OLE color: 5735542.
HSL color Cylindrical-coordinate representation of color #768457: hue angle of 78.67º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #768457 is Cyan = 0.11, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 118 | 132 | 87 | - |
| CMYK | 0.11 | 0 | 0.34 | 0.48 |
| HSL | 78.67º | 0.21% | 0.43% | - |
| HSV(B) | 78.67º | 0.34% | 0.52% | - |
| XYZ | 17.44 | 21.04 | 12.16 | - |
| YUV | 122.68 | 107.86 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 132 | 87 | 0.11 | 0 | 0.34 | 0.48 | 78.67 | 0.21 | 0.43 |
| Hex | 76 | 84 | 57 | B | 0 | 22 | 30 | 4F | 15 | 2B |
| Octal | 166 | 204 | 127 | 13 | 0 | 42 | 60 | 117 | 25 | 53 |
| Binary | 1110110 | 10000100 | 1010111 | 1011 | 0 | 100010 | 110000 | 1001111 | 10101 | 101011 |
Color Harmonies of #768457
Complementary color
Monochromatic Colors of #768457
Black with #768457
Text Example
Text Example
White with #768457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768457; }
p { color: rgb(118,132,87); }
H1.HeaderClassName
{
color: #768457;
}
.AnyTagClassName
{
color: #768457;
}
</style>
background-color css
<style>
a { background-color: #768457; }
a { background-color: rgb(118,132,87); }
div.DivClassName
{
background-color: #768457;
}
.BgClassName
{
background-color: #768457;
}
</style>
border-color css
<style>
span { border-color: #768457; }
span { border-color: rgb(118,132,87); }
td.TdClassName
{
border-color: #768457;
}
.TagClassName
{
border-color: #768457;
}
</style>