Shades of Finch #777B4B
Tints of Finch #777B4B
RGB
CMYK
RGB Variations
Color information
#777B4B (or 0x777B4B) is known color: Finch. HEX triplet: 77, 7B and 4B. RGB value is (119,123,75). Sum of RGB (Red+Green+Blue) = 119+123+75=317 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.54% from 317); Green value is 123 (48.44% from 255 or 38.80% from 317); Blue value is 75 (29.69% from 255 or 23.66% from 317); Max value from RGB is 123 - color contains mainly: green. Hex color #777B4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777B4B is #8884B4. Grayscale: #747474. Windows color (decimal): -8946869 or 4946807. OLE color: 4946807.
HSL color Cylindrical-coordinate representation of color #777B4B: hue angle of 65º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #777B4B is Cyan = 0.03, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 119 | 123 | 75 | - |
| CMYK | 0.03 | 0 | 0.39 | 0.52 |
| HSL | 65º | 0.24% | 0.39% | - |
| HSV(B) | 65º | 0.39% | 0.48% | - |
| XYZ | 15.96 | 18.6 | 9.4 | - |
| YUV | 116.33 | 104.67 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 123 | 75 | 0.03 | 0 | 0.39 | 0.52 | 65 | 0.24 | 0.39 |
| Hex | 77 | 7B | 4B | 3 | 0 | 27 | 34 | 41 | 18 | 27 |
| Octal | 167 | 173 | 113 | 3 | 0 | 47 | 64 | 101 | 30 | 47 |
| Binary | 1110111 | 1111011 | 1001011 | 11 | 0 | 100111 | 110100 | 1000001 | 11000 | 100111 |
Color Harmonies of #777B4B
Complementary color
Monochromatic Colors of #777B4B
Black with #777B4B
Text Example
Text Example
White with #777B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777B4B; }
p { color: rgb(119,123,75); }
H1.HeaderClassName
{
color: #777B4B;
}
.AnyTagClassName
{
color: #777B4B;
}
</style>
background-color css
<style>
a { background-color: #777B4B; }
a { background-color: rgb(119,123,75); }
div.DivClassName
{
background-color: #777B4B;
}
.BgClassName
{
background-color: #777B4B;
}
</style>
border-color css
<style>
span { border-color: #777B4B; }
span { border-color: rgb(119,123,75); }
td.TdClassName
{
border-color: #777B4B;
}
.TagClassName
{
border-color: #777B4B;
}
</style>