Shades of Finch #767862
Tints of Finch #767862
RGB
CMYK
RGB Variations
Color information
#767862 (or 0x767862) is known color: Finch. HEX triplet: 76, 78 and 62. RGB value is (118,120,98). Sum of RGB (Red+Green+Blue) = 118+120+98=336 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.12% from 336); Green value is 120 (47.27% from 255 or 35.71% from 336); Blue value is 98 (38.67% from 255 or 29.17% from 336); Max value from RGB is 120 - color contains mainly: green. Hex color #767862 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767862 is #89879D. Grayscale: #747474. Windows color (decimal): -9013150 or 6453366. OLE color: 6453366.
HSL color Cylindrical-coordinate representation of color #767862: hue angle of 65.45º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #767862 is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 118 | 120 | 98 | - |
| CMYK | 0.02 | 0 | 0.18 | 0.53 |
| HSL | 65.45º | 0.1% | 0.43% | - |
| HSV(B) | 65.45º | 0.18% | 0.47% | - |
| XYZ | 16.39 | 18.17 | 14.2 | - |
| YUV | 116.89 | 117.34 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 120 | 98 | 0.02 | 0 | 0.18 | 0.53 | 65.45 | 0.1 | 0.43 |
| Hex | 76 | 78 | 62 | 2 | 0 | 12 | 35 | 41 | A | 2B |
| Octal | 166 | 170 | 142 | 2 | 0 | 22 | 65 | 101 | 12 | 53 |
| Binary | 1110110 | 1111000 | 1100010 | 10 | 0 | 10010 | 110101 | 1000001 | 1010 | 101011 |
Color Harmonies of #767862
Complementary color
Monochromatic Colors of #767862
Black with #767862
Text Example
Text Example
White with #767862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767862; }
p { color: rgb(118,120,98); }
H1.HeaderClassName
{
color: #767862;
}
.AnyTagClassName
{
color: #767862;
}
</style>
background-color css
<style>
a { background-color: #767862; }
a { background-color: rgb(118,120,98); }
div.DivClassName
{
background-color: #767862;
}
.BgClassName
{
background-color: #767862;
}
</style>
border-color css
<style>
span { border-color: #767862; }
span { border-color: rgb(118,120,98); }
td.TdClassName
{
border-color: #767862;
}
.TagClassName
{
border-color: #767862;
}
</style>