Shades of Finch #767B60
Tints of Finch #767B60
RGB
CMYK
RGB Variations
Color information
#767B60 (or 0x767B60) is known color: Finch. HEX triplet: 76, 7B and 60. RGB value is (118,123,96). Sum of RGB (Red+Green+Blue) = 118+123+96=337 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.01% from 337); Green value is 123 (48.44% from 255 or 36.50% from 337); Blue value is 96 (37.89% from 255 or 28.49% from 337); Max value from RGB is 123 - color contains mainly: green. Hex color #767B60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767B60 is #89849F. Grayscale: #767676. Windows color (decimal): -9012384 or 6323062. OLE color: 6323062.
HSL color Cylindrical-coordinate representation of color #767B60: hue angle of 71.11º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #767B60 is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 118 | 123 | 96 | - |
| CMYK | 0.04 | 0 | 0.22 | 0.52 |
| HSL | 71.11º | 0.12% | 0.43% | - |
| HSV(B) | 71.11º | 0.22% | 0.48% | - |
| XYZ | 16.67 | 18.86 | 13.83 | - |
| YUV | 118.43 | 115.34 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 123 | 96 | 0.04 | 0 | 0.22 | 0.52 | 71.11 | 0.12 | 0.43 |
| Hex | 76 | 7B | 60 | 4 | 0 | 16 | 34 | 47 | C | 2B |
| Octal | 166 | 173 | 140 | 4 | 0 | 26 | 64 | 107 | 14 | 53 |
| Binary | 1110110 | 1111011 | 1100000 | 100 | 0 | 10110 | 110100 | 1000111 | 1100 | 101011 |
Color Harmonies of #767B60
Complementary color
Monochromatic Colors of #767B60
Black with #767B60
Text Example
Text Example
White with #767B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767B60; }
p { color: rgb(118,123,96); }
H1.HeaderClassName
{
color: #767B60;
}
.AnyTagClassName
{
color: #767B60;
}
</style>
background-color css
<style>
a { background-color: #767B60; }
a { background-color: rgb(118,123,96); }
div.DivClassName
{
background-color: #767B60;
}
.BgClassName
{
background-color: #767B60;
}
</style>
border-color css
<style>
span { border-color: #767B60; }
span { border-color: rgb(118,123,96); }
td.TdClassName
{
border-color: #767B60;
}
.TagClassName
{
border-color: #767B60;
}
</style>