Shades of Finch #767857
Tints of Finch #767857
RGB
CMYK
RGB Variations
Color information
#767857 (or 0x767857) is known color: Finch. HEX triplet: 76, 78 and 57. RGB value is (118,120,87). Sum of RGB (Red+Green+Blue) = 118+120+87=325 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.31% from 325); Green value is 120 (47.27% from 255 or 36.92% from 325); Blue value is 87 (34.38% from 255 or 26.77% from 325); Max value from RGB is 120 - color contains mainly: green. Hex color #767857 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767857 is #8987A8. Grayscale: #737373. Windows color (decimal): -9013161 or 5732470. OLE color: 5732470.
HSL color Cylindrical-coordinate representation of color #767857: hue angle of 63.64º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #767857 is Cyan = 0.02, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 118 | 120 | 87 | - |
| CMYK | 0.02 | 0 | 0.28 | 0.53 |
| HSL | 63.64º | 0.16% | 0.41% | - |
| HSV(B) | 63.64º | 0.28% | 0.47% | - |
| XYZ | 15.91 | 17.97 | 11.65 | - |
| YUV | 115.64 | 111.84 | 129.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 120 | 87 | 0.02 | 0 | 0.28 | 0.53 | 63.64 | 0.16 | 0.41 |
| Hex | 76 | 78 | 57 | 2 | 0 | 1C | 35 | 40 | 10 | 29 |
| Octal | 166 | 170 | 127 | 2 | 0 | 34 | 65 | 100 | 20 | 51 |
| Binary | 1110110 | 1111000 | 1010111 | 10 | 0 | 11100 | 110101 | 1000000 | 10000 | 101001 |
Color Harmonies of #767857
Complementary color
Monochromatic Colors of #767857
Black with #767857
Text Example
Text Example
White with #767857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767857; }
p { color: rgb(118,120,87); }
H1.HeaderClassName
{
color: #767857;
}
.AnyTagClassName
{
color: #767857;
}
</style>
background-color css
<style>
a { background-color: #767857; }
a { background-color: rgb(118,120,87); }
div.DivClassName
{
background-color: #767857;
}
.BgClassName
{
background-color: #767857;
}
</style>
border-color css
<style>
span { border-color: #767857; }
span { border-color: rgb(118,120,87); }
td.TdClassName
{
border-color: #767857;
}
.TagClassName
{
border-color: #767857;
}
</style>