Shades of Finch #77815C
Tints of Finch #77815C
RGB
CMYK
RGB Variations
Color information
#77815C (or 0x77815C) is known color: Finch. HEX triplet: 77, 81 and 5C. RGB value is (119,129,92). Sum of RGB (Red+Green+Blue) = 119+129+92=340 (45% of max value = 765). Red value is 119 (46.88% from 255 or 35% from 340); Green value is 129 (50.78% from 255 or 37.94% from 340); Blue value is 92 (36.33% from 255 or 27.06% from 340); Max value from RGB is 129 - color contains mainly: green. Hex color #77815C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77815C is #887EA3. Grayscale: #797979. Windows color (decimal): -8945316 or 6062455. OLE color: 6062455.
HSL color Cylindrical-coordinate representation of color #77815C: hue angle of 76.22º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #77815C is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 119 | 129 | 92 | - |
| CMYK | 0.08 | 0 | 0.29 | 0.49 |
| HSL | 76.22º | 0.17% | 0.43% | - |
| HSV(B) | 76.22º | 0.29% | 0.51% | - |
| XYZ | 17.39 | 20.4 | 13.15 | - |
| YUV | 121.79 | 111.19 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 129 | 92 | 0.08 | 0 | 0.29 | 0.49 | 76.22 | 0.17 | 0.43 |
| Hex | 77 | 81 | 5C | 8 | 0 | 1D | 31 | 4C | 11 | 2B |
| Octal | 167 | 201 | 134 | 10 | 0 | 35 | 61 | 114 | 21 | 53 |
| Binary | 1110111 | 10000001 | 1011100 | 1000 | 0 | 11101 | 110001 | 1001100 | 10001 | 101011 |
Color Harmonies of #77815C
Complementary color
Monochromatic Colors of #77815C
Black with #77815C
Text Example
Text Example
White with #77815C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77815C; }
p { color: rgb(119,129,92); }
H1.HeaderClassName
{
color: #77815C;
}
.AnyTagClassName
{
color: #77815C;
}
</style>
background-color css
<style>
a { background-color: #77815C; }
a { background-color: rgb(119,129,92); }
div.DivClassName
{
background-color: #77815C;
}
.BgClassName
{
background-color: #77815C;
}
</style>
border-color css
<style>
span { border-color: #77815C; }
span { border-color: rgb(119,129,92); }
td.TdClassName
{
border-color: #77815C;
}
.TagClassName
{
border-color: #77815C;
}
</style>