Shades of Finch #78815B
Tints of Finch #78815B
RGB
CMYK
RGB Variations
Color information
#78815B (or 0x78815B) is known color: Finch. HEX triplet: 78, 81 and 5B. RGB value is (120,129,91). Sum of RGB (Red+Green+Blue) = 120+129+91=340 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.29% from 340); Green value is 129 (50.78% from 255 or 37.94% from 340); Blue value is 91 (35.94% from 255 or 26.76% from 340); Max value from RGB is 129 - color contains mainly: green. Hex color #78815B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78815B is #877EA4. Grayscale: #7A7A7A. Windows color (decimal): -8879781 or 5996920. OLE color: 5996920.
HSL color Cylindrical-coordinate representation of color #78815B: hue angle of 74.21º 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 #78815B is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 120 | 129 | 91 | - |
| CMYK | 0.07 | 0 | 0.29 | 0.49 |
| HSL | 74.21º | 0.17% | 0.43% | - |
| HSV(B) | 74.21º | 0.29% | 0.51% | - |
| XYZ | 17.48 | 20.45 | 12.92 | - |
| YUV | 121.98 | 110.52 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 129 | 91 | 0.07 | 0 | 0.29 | 0.49 | 74.21 | 0.17 | 0.43 |
| Hex | 78 | 81 | 5B | 7 | 0 | 1D | 31 | 4A | 11 | 2B |
| Octal | 170 | 201 | 133 | 7 | 0 | 35 | 61 | 112 | 21 | 53 |
| Binary | 1111000 | 10000001 | 1011011 | 111 | 0 | 11101 | 110001 | 1001010 | 10001 | 101011 |
Color Harmonies of #78815B
Complementary color
Monochromatic Colors of #78815B
Black with #78815B
Text Example
Text Example
White with #78815B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78815B; }
p { color: rgb(120,129,91); }
H1.HeaderClassName
{
color: #78815B;
}
.AnyTagClassName
{
color: #78815B;
}
</style>
background-color css
<style>
a { background-color: #78815B; }
a { background-color: rgb(120,129,91); }
div.DivClassName
{
background-color: #78815B;
}
.BgClassName
{
background-color: #78815B;
}
</style>
border-color css
<style>
span { border-color: #78815B; }
span { border-color: rgb(120,129,91); }
td.TdClassName
{
border-color: #78815B;
}
.TagClassName
{
border-color: #78815B;
}
</style>