Shades of Finch #767B55
Tints of Finch #767B55
RGB
CMYK
RGB Variations
Color information
#767B55 (or 0x767B55) is known color: Finch. HEX triplet: 76, 7B and 55. RGB value is (118,123,85). Sum of RGB (Red+Green+Blue) = 118+123+85=326 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.20% from 326); Green value is 123 (48.44% from 255 or 37.73% from 326); Blue value is 85 (33.59% from 255 or 26.07% from 326); Max value from RGB is 123 - color contains mainly: green. Hex color #767B55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767B55 is #8984AA. Grayscale: #757575. Windows color (decimal): -9012395 or 5602166. OLE color: 5602166.
HSL color Cylindrical-coordinate representation of color #767B55: hue angle of 67.89º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #767B55 is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 118 | 123 | 85 | - |
| CMYK | 0.04 | 0 | 0.31 | 0.52 |
| HSL | 67.89º | 0.18% | 0.41% | - |
| HSV(B) | 67.89º | 0.31% | 0.48% | - |
| XYZ | 16.19 | 18.67 | 11.35 | - |
| YUV | 117.17 | 109.84 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 123 | 85 | 0.04 | 0 | 0.31 | 0.52 | 67.89 | 0.18 | 0.41 |
| Hex | 76 | 7B | 55 | 4 | 0 | 1F | 34 | 44 | 12 | 29 |
| Octal | 166 | 173 | 125 | 4 | 0 | 37 | 64 | 104 | 22 | 51 |
| Binary | 1110110 | 1111011 | 1010101 | 100 | 0 | 11111 | 110100 | 1000100 | 10010 | 101001 |
Color Harmonies of #767B55
Complementary color
Monochromatic Colors of #767B55
Black with #767B55
Text Example
Text Example
White with #767B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767B55; }
p { color: rgb(118,123,85); }
H1.HeaderClassName
{
color: #767B55;
}
.AnyTagClassName
{
color: #767B55;
}
</style>
background-color css
<style>
a { background-color: #767B55; }
a { background-color: rgb(118,123,85); }
div.DivClassName
{
background-color: #767B55;
}
.BgClassName
{
background-color: #767B55;
}
</style>
border-color css
<style>
span { border-color: #767B55; }
span { border-color: rgb(118,123,85); }
td.TdClassName
{
border-color: #767B55;
}
.TagClassName
{
border-color: #767B55;
}
</style>