Shades of Finch #777B5C
Tints of Finch #777B5C
RGB
CMYK
RGB Variations
Color information
#777B5C (or 0x777B5C) is known color: Finch. HEX triplet: 77, 7B and 5C. RGB value is (119,123,92). Sum of RGB (Red+Green+Blue) = 119+123+92=334 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.63% from 334); Green value is 123 (48.44% from 255 or 36.83% from 334); Blue value is 92 (36.33% from 255 or 27.54% from 334); Max value from RGB is 123 - color contains mainly: green. Hex color #777B5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777B5C is #8884A3. Grayscale: #767676. Windows color (decimal): -8946852 or 6060919. OLE color: 6060919.
HSL color Cylindrical-coordinate representation of color #777B5C: hue angle of 67.74º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #777B5C is Cyan = 0.03, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 119 | 123 | 92 | - |
| CMYK | 0.03 | 0 | 0.25 | 0.52 |
| HSL | 67.74º | 0.14% | 0.42% | - |
| HSV(B) | 67.74º | 0.25% | 0.48% | - |
| XYZ | 16.62 | 18.86 | 12.89 | - |
| YUV | 118.27 | 113.17 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 123 | 92 | 0.03 | 0 | 0.25 | 0.52 | 67.74 | 0.14 | 0.42 |
| Hex | 77 | 7B | 5C | 3 | 0 | 19 | 34 | 44 | E | 2A |
| Octal | 167 | 173 | 134 | 3 | 0 | 31 | 64 | 104 | 16 | 52 |
| Binary | 1110111 | 1111011 | 1011100 | 11 | 0 | 11001 | 110100 | 1000100 | 1110 | 101010 |
Color Harmonies of #777B5C
Complementary color
Monochromatic Colors of #777B5C
Black with #777B5C
Text Example
Text Example
White with #777B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777B5C; }
p { color: rgb(119,123,92); }
H1.HeaderClassName
{
color: #777B5C;
}
.AnyTagClassName
{
color: #777B5C;
}
</style>
background-color css
<style>
a { background-color: #777B5C; }
a { background-color: rgb(119,123,92); }
div.DivClassName
{
background-color: #777B5C;
}
.BgClassName
{
background-color: #777B5C;
}
</style>
border-color css
<style>
span { border-color: #777B5C; }
span { border-color: rgb(119,123,92); }
td.TdClassName
{
border-color: #777B5C;
}
.TagClassName
{
border-color: #777B5C;
}
</style>