Shades of Finch #788352
Tints of Finch #788352
RGB
CMYK
RGB Variations
Color information
#788352 (or 0x788352) is known color: Finch. HEX triplet: 78, 83 and 52. RGB value is (120,131,82). Sum of RGB (Red+Green+Blue) = 120+131+82=333 (44% of max value = 765). Red value is 120 (47.27% from 255 or 36.04% from 333); Green value is 131 (51.56% from 255 or 39.34% from 333); Blue value is 82 (32.42% from 255 or 24.62% from 333); Max value from RGB is 131 - color contains mainly: green. Hex color #788352 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788352 is #877CAD. Grayscale: #7A7A7A. Windows color (decimal): -8879278 or 5407608. OLE color: 5407608.
HSL color Cylindrical-coordinate representation of color #788352: hue angle of 73.47º 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 #788352 is Cyan = 0.08, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 120 | 131 | 82 | - |
| CMYK | 0.08 | 0 | 0.37 | 0.49 |
| HSL | 73.47º | 0.23% | 0.42% | - |
| HSV(B) | 73.47º | 0.37% | 0.51% | - |
| XYZ | 17.39 | 20.83 | 11.09 | - |
| YUV | 122.13 | 105.36 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 131 | 82 | 0.08 | 0 | 0.37 | 0.49 | 73.47 | 0.23 | 0.42 |
| Hex | 78 | 83 | 52 | 8 | 0 | 25 | 31 | 49 | 17 | 2A |
| Octal | 170 | 203 | 122 | 10 | 0 | 45 | 61 | 111 | 27 | 52 |
| Binary | 1111000 | 10000011 | 1010010 | 1000 | 0 | 100101 | 110001 | 1001001 | 10111 | 101010 |
Color Harmonies of #788352
Complementary color
Monochromatic Colors of #788352
Black with #788352
Text Example
Text Example
White with #788352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788352; }
p { color: rgb(120,131,82); }
H1.HeaderClassName
{
color: #788352;
}
.AnyTagClassName
{
color: #788352;
}
</style>
background-color css
<style>
a { background-color: #788352; }
a { background-color: rgb(120,131,82); }
div.DivClassName
{
background-color: #788352;
}
.BgClassName
{
background-color: #788352;
}
</style>
border-color css
<style>
span { border-color: #788352; }
span { border-color: rgb(120,131,82); }
td.TdClassName
{
border-color: #788352;
}
.TagClassName
{
border-color: #788352;
}
</style>