Shades of Finch #77815F
Tints of Finch #77815F
RGB
CMYK
RGB Variations
Color information
#77815F (or 0x77815F) is known color: Finch. HEX triplet: 77, 81 and 5F. RGB value is (119,129,95). Sum of RGB (Red+Green+Blue) = 119+129+95=343 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.69% from 343); Green value is 129 (50.78% from 255 or 37.61% from 343); Blue value is 95 (37.5% from 255 or 27.70% from 343); Max value from RGB is 129 - color contains mainly: green. Hex color #77815F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77815F is #887EA0. Grayscale: #7A7A7A. Windows color (decimal): -8945313 or 6259063. OLE color: 6259063.
HSL color Cylindrical-coordinate representation of color #77815F: hue angle of 77.65º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #77815F is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 119 | 129 | 95 | - |
| CMYK | 0.08 | 0 | 0.26 | 0.49 |
| HSL | 77.65º | 0.15% | 0.44% | - |
| HSV(B) | 77.65º | 0.26% | 0.51% | - |
| XYZ | 17.52 | 20.45 | 13.85 | - |
| YUV | 122.13 | 112.69 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 129 | 95 | 0.08 | 0 | 0.26 | 0.49 | 77.65 | 0.15 | 0.44 |
| Hex | 77 | 81 | 5F | 8 | 0 | 1A | 31 | 4E | F | 2C |
| Octal | 167 | 201 | 137 | 10 | 0 | 32 | 61 | 116 | 17 | 54 |
| Binary | 1110111 | 10000001 | 1011111 | 1000 | 0 | 11010 | 110001 | 1001110 | 1111 | 101100 |
Color Harmonies of #77815F
Complementary color
Monochromatic Colors of #77815F
Black with #77815F
Text Example
Text Example
White with #77815F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77815F; }
p { color: rgb(119,129,95); }
H1.HeaderClassName
{
color: #77815F;
}
.AnyTagClassName
{
color: #77815F;
}
</style>
background-color css
<style>
a { background-color: #77815F; }
a { background-color: rgb(119,129,95); }
div.DivClassName
{
background-color: #77815F;
}
.BgClassName
{
background-color: #77815F;
}
</style>
border-color css
<style>
span { border-color: #77815F; }
span { border-color: rgb(119,129,95); }
td.TdClassName
{
border-color: #77815F;
}
.TagClassName
{
border-color: #77815F;
}
</style>