Shades of Finch #778252
Tints of Finch #778252
RGB
CMYK
RGB Variations
Color information
#778252 (or 0x778252) is known color: Finch. HEX triplet: 77, 82 and 52. RGB value is (119,130,82). Sum of RGB (Red+Green+Blue) = 119+130+82=331 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.95% from 331); Green value is 130 (51.17% from 255 or 39.27% from 331); Blue value is 82 (32.42% from 255 or 24.77% from 331); Max value from RGB is 130 - color contains mainly: green. Hex color #778252 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778252 is #887DAD. Grayscale: #797979. Windows color (decimal): -8945070 or 5407351. OLE color: 5407351.
HSL color Cylindrical-coordinate representation of color #778252: hue angle of 73.75º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #778252 is Cyan = 0.08, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 119 | 130 | 82 | - |
| CMYK | 0.08 | 0 | 0.37 | 0.49 |
| HSL | 73.75º | 0.23% | 0.42% | - |
| HSV(B) | 73.75º | 0.37% | 0.51% | - |
| XYZ | 17.11 | 20.5 | 11.04 | - |
| YUV | 121.24 | 105.86 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 130 | 82 | 0.08 | 0 | 0.37 | 0.49 | 73.75 | 0.23 | 0.42 |
| Hex | 77 | 82 | 52 | 8 | 0 | 25 | 31 | 4A | 17 | 2A |
| Octal | 167 | 202 | 122 | 10 | 0 | 45 | 61 | 112 | 27 | 52 |
| Binary | 1110111 | 10000010 | 1010010 | 1000 | 0 | 100101 | 110001 | 1001010 | 10111 | 101010 |
Color Harmonies of #778252
Complementary color
Monochromatic Colors of #778252
Black with #778252
Text Example
Text Example
White with #778252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778252; }
p { color: rgb(119,130,82); }
H1.HeaderClassName
{
color: #778252;
}
.AnyTagClassName
{
color: #778252;
}
</style>
background-color css
<style>
a { background-color: #778252; }
a { background-color: rgb(119,130,82); }
div.DivClassName
{
background-color: #778252;
}
.BgClassName
{
background-color: #778252;
}
</style>
border-color css
<style>
span { border-color: #778252; }
span { border-color: rgb(119,130,82); }
td.TdClassName
{
border-color: #778252;
}
.TagClassName
{
border-color: #778252;
}
</style>