Shades of Finch #767F57
Tints of Finch #767F57
RGB
CMYK
RGB Variations
Color information
#767F57 (or 0x767F57) is known color: Finch. HEX triplet: 76, 7F and 57. RGB value is (118,127,87). Sum of RGB (Red+Green+Blue) = 118+127+87=332 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.54% from 332); Green value is 127 (50% from 255 or 38.25% from 332); Blue value is 87 (34.38% from 255 or 26.20% from 332); Max value from RGB is 127 - color contains mainly: green. Hex color #767F57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767F57 is #8980A8. Grayscale: #777777. Windows color (decimal): -9011369 or 5734262. OLE color: 5734262.
HSL color Cylindrical-coordinate representation of color #767F57: hue angle of 73.5º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #767F57 is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 118 | 127 | 87 | - |
| CMYK | 0.07 | 0 | 0.31 | 0.50 |
| HSL | 73.5º | 0.19% | 0.42% | - |
| HSV(B) | 73.5º | 0.31% | 0.5% | - |
| XYZ | 16.78 | 19.72 | 11.94 | - |
| YUV | 119.75 | 109.52 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 127 | 87 | 0.07 | 0 | 0.31 | 0.50 | 73.5 | 0.19 | 0.42 |
| Hex | 76 | 7F | 57 | 7 | 0 | 1F | 32 | 4A | 13 | 2A |
| Octal | 166 | 177 | 127 | 7 | 0 | 37 | 62 | 112 | 23 | 52 |
| Binary | 1110110 | 1111111 | 1010111 | 111 | 0 | 11111 | 110010 | 1001010 | 10011 | 101010 |
Color Harmonies of #767F57
Complementary color
Monochromatic Colors of #767F57
Black with #767F57
Text Example
Text Example
White with #767F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767F57; }
p { color: rgb(118,127,87); }
H1.HeaderClassName
{
color: #767F57;
}
.AnyTagClassName
{
color: #767F57;
}
</style>
background-color css
<style>
a { background-color: #767F57; }
a { background-color: rgb(118,127,87); }
div.DivClassName
{
background-color: #767F57;
}
.BgClassName
{
background-color: #767F57;
}
</style>
border-color css
<style>
span { border-color: #767F57; }
span { border-color: rgb(118,127,87); }
td.TdClassName
{
border-color: #767F57;
}
.TagClassName
{
border-color: #767F57;
}
</style>