Shades of Finch #777B52
Tints of Finch #777B52
RGB
CMYK
RGB Variations
Color information
#777B52 (or 0x777B52) is known color: Finch. HEX triplet: 77, 7B and 52. RGB value is (119,123,82). Sum of RGB (Red+Green+Blue) = 119+123+82=324 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.73% from 324); Green value is 123 (48.44% from 255 or 37.96% from 324); Blue value is 82 (32.42% from 255 or 25.31% from 324); Max value from RGB is 123 - color contains mainly: green. Hex color #777B52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777B52 is #8884AD. Grayscale: #757575. Windows color (decimal): -8946862 or 5405559. OLE color: 5405559.
HSL color Cylindrical-coordinate representation of color #777B52: hue angle of 65.85º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #777B52 is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 119 | 123 | 82 | - |
| CMYK | 0.03 | 0 | 0.33 | 0.52 |
| HSL | 65.85º | 0.2% | 0.4% | - |
| HSV(B) | 65.85º | 0.33% | 0.48% | - |
| XYZ | 16.21 | 18.7 | 10.74 | - |
| YUV | 117.13 | 108.17 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 123 | 82 | 0.03 | 0 | 0.33 | 0.52 | 65.85 | 0.2 | 0.4 |
| Hex | 77 | 7B | 52 | 3 | 0 | 21 | 34 | 42 | 14 | 28 |
| Octal | 167 | 173 | 122 | 3 | 0 | 41 | 64 | 102 | 24 | 50 |
| Binary | 1110111 | 1111011 | 1010010 | 11 | 0 | 100001 | 110100 | 1000010 | 10100 | 101000 |
Color Harmonies of #777B52
Complementary color
Monochromatic Colors of #777B52
Black with #777B52
Text Example
Text Example
White with #777B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777B52; }
p { color: rgb(119,123,82); }
H1.HeaderClassName
{
color: #777B52;
}
.AnyTagClassName
{
color: #777B52;
}
</style>
background-color css
<style>
a { background-color: #777B52; }
a { background-color: rgb(119,123,82); }
div.DivClassName
{
background-color: #777B52;
}
.BgClassName
{
background-color: #777B52;
}
</style>
border-color css
<style>
span { border-color: #777B52; }
span { border-color: rgb(119,123,82); }
td.TdClassName
{
border-color: #777B52;
}
.TagClassName
{
border-color: #777B52;
}
</style>