Shades of Finch #77824B
Tints of Finch #77824B
RGB
CMYK
RGB Variations
Color information
#77824B (or 0x77824B) is known color: Finch. HEX triplet: 77, 82 and 4B. RGB value is (119,130,75). Sum of RGB (Red+Green+Blue) = 119+130+75=324 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.73% from 324); Green value is 130 (51.17% from 255 or 40.12% from 324); Blue value is 75 (29.69% from 255 or 23.15% from 324); Max value from RGB is 130 - color contains mainly: green. Hex color #77824B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77824B is #887DB4. Grayscale: #787878. Windows color (decimal): -8945077 or 4948599. OLE color: 4948599.
HSL color Cylindrical-coordinate representation of color #77824B: hue angle of 72º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #77824B is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 119 | 130 | 75 | - |
| CMYK | 0.08 | 0 | 0.42 | 0.49 |
| HSL | 72º | 0.27% | 0.4% | - |
| HSV(B) | 72º | 0.42% | 0.51% | - |
| XYZ | 16.86 | 20.4 | 9.7 | - |
| YUV | 120.44 | 102.36 | 126.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 130 | 75 | 0.08 | 0 | 0.42 | 0.49 | 72 | 0.27 | 0.4 |
| Hex | 77 | 82 | 4B | 8 | 0 | 2A | 31 | 48 | 1B | 28 |
| Octal | 167 | 202 | 113 | 10 | 0 | 52 | 61 | 110 | 33 | 50 |
| Binary | 1110111 | 10000010 | 1001011 | 1000 | 0 | 101010 | 110001 | 1001000 | 11011 | 101000 |
Color Harmonies of #77824B
Complementary color
Monochromatic Colors of #77824B
Black with #77824B
Text Example
Text Example
White with #77824B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77824B; }
p { color: rgb(119,130,75); }
H1.HeaderClassName
{
color: #77824B;
}
.AnyTagClassName
{
color: #77824B;
}
</style>
background-color css
<style>
a { background-color: #77824B; }
a { background-color: rgb(119,130,75); }
div.DivClassName
{
background-color: #77824B;
}
.BgClassName
{
background-color: #77824B;
}
</style>
border-color css
<style>
span { border-color: #77824B; }
span { border-color: rgb(119,130,75); }
td.TdClassName
{
border-color: #77824B;
}
.TagClassName
{
border-color: #77824B;
}
</style>