Shades of Finch #78855B
Tints of Finch #78855B
RGB
CMYK
RGB Variations
Color information
#78855B (or 0x78855B) is known color: Finch. HEX triplet: 78, 85 and 5B. RGB value is (120,133,91). Sum of RGB (Red+Green+Blue) = 120+133+91=344 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.88% from 344); Green value is 133 (52.34% from 255 or 38.66% from 344); Blue value is 91 (35.94% from 255 or 26.45% from 344); Max value from RGB is 133 - color contains mainly: green. Hex color #78855B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78855B is #877AA4. Grayscale: #7C7C7C. Windows color (decimal): -8878757 or 5997944. OLE color: 5997944.
HSL color Cylindrical-coordinate representation of color #78855B: hue angle of 78.57º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #78855B is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 120 | 133 | 91 | - |
| CMYK | 0.10 | 0 | 0.32 | 0.48 |
| HSL | 78.57º | 0.19% | 0.44% | - |
| HSV(B) | 78.57º | 0.32% | 0.52% | - |
| XYZ | 18.02 | 21.52 | 13.1 | - |
| YUV | 124.33 | 109.19 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 133 | 91 | 0.10 | 0 | 0.32 | 0.48 | 78.57 | 0.19 | 0.44 |
| Hex | 78 | 85 | 5B | A | 0 | 20 | 30 | 4F | 13 | 2C |
| Octal | 170 | 205 | 133 | 12 | 0 | 40 | 60 | 117 | 23 | 54 |
| Binary | 1111000 | 10000101 | 1011011 | 1010 | 0 | 100000 | 110000 | 1001111 | 10011 | 101100 |
Color Harmonies of #78855B
Complementary color
Monochromatic Colors of #78855B
Black with #78855B
Text Example
Text Example
White with #78855B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78855B; }
p { color: rgb(120,133,91); }
H1.HeaderClassName
{
color: #78855B;
}
.AnyTagClassName
{
color: #78855B;
}
</style>
background-color css
<style>
a { background-color: #78855B; }
a { background-color: rgb(120,133,91); }
div.DivClassName
{
background-color: #78855B;
}
.BgClassName
{
background-color: #78855B;
}
</style>
border-color css
<style>
span { border-color: #78855B; }
span { border-color: rgb(120,133,91); }
td.TdClassName
{
border-color: #78855B;
}
.TagClassName
{
border-color: #78855B;
}
</style>