Shades of Finch #77894B
Tints of Finch #77894B
RGB
CMYK
RGB Variations
Color information
#77894B (or 0x77894B) is known color: Finch. HEX triplet: 77, 89 and 4B. RGB value is (119,137,75). Sum of RGB (Red+Green+Blue) = 119+137+75=331 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.95% from 331); Green value is 137 (53.91% from 255 or 41.39% from 331); Blue value is 75 (29.69% from 255 or 22.66% from 331); Max value from RGB is 137 - color contains mainly: green. Hex color #77894B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77894B is #8876B4. Grayscale: #7C7C7C. Windows color (decimal): -8943285 or 4950391. OLE color: 4950391.
HSL color Cylindrical-coordinate representation of color #77894B: hue angle of 77.42º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #77894B is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 119 | 137 | 75 | - |
| CMYK | 0.13 | 0 | 0.45 | 0.46 |
| HSL | 77.42º | 0.29% | 0.42% | - |
| HSV(B) | 77.42º | 0.45% | 0.54% | - |
| XYZ | 17.82 | 22.32 | 10.03 | - |
| YUV | 124.55 | 100.04 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 137 | 75 | 0.13 | 0 | 0.45 | 0.46 | 77.42 | 0.29 | 0.42 |
| Hex | 77 | 89 | 4B | D | 0 | 2D | 2E | 4D | 1D | 2A |
| Octal | 167 | 211 | 113 | 15 | 0 | 55 | 56 | 115 | 35 | 52 |
| Binary | 1110111 | 10001001 | 1001011 | 1101 | 0 | 101101 | 101110 | 1001101 | 11101 | 101010 |
Color Harmonies of #77894B
Complementary color
Monochromatic Colors of #77894B
Black with #77894B
Text Example
Text Example
White with #77894B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77894B; }
p { color: rgb(119,137,75); }
H1.HeaderClassName
{
color: #77894B;
}
.AnyTagClassName
{
color: #77894B;
}
</style>
background-color css
<style>
a { background-color: #77894B; }
a { background-color: rgb(119,137,75); }
div.DivClassName
{
background-color: #77894B;
}
.BgClassName
{
background-color: #77894B;
}
</style>
border-color css
<style>
span { border-color: #77894B; }
span { border-color: rgb(119,137,75); }
td.TdClassName
{
border-color: #77894B;
}
.TagClassName
{
border-color: #77894B;
}
</style>