Shades of Finch #787B63
Tints of Finch #787B63
RGB
CMYK
RGB Variations
Color information
#787B63 (or 0x787B63) is known color: Finch. HEX triplet: 78, 7B and 63. RGB value is (120,123,99). Sum of RGB (Red+Green+Blue) = 120+123+99=342 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.09% from 342); Green value is 123 (48.44% from 255 or 35.96% from 342); Blue value is 99 (39.06% from 255 or 28.95% from 342); Max value from RGB is 123 - color contains mainly: green. Hex color #787B63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787B63 is #87849C. Grayscale: #777777. Windows color (decimal): -8881309 or 6519672. OLE color: 6519672.
HSL color Cylindrical-coordinate representation of color #787B63: hue angle of 67.5º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #787B63 is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 120 | 123 | 99 | - |
| CMYK | 0.02 | 0 | 0.20 | 0.52 |
| HSL | 67.5º | 0.11% | 0.44% | - |
| HSV(B) | 67.5º | 0.2% | 0.48% | - |
| XYZ | 17.08 | 19.06 | 14.58 | - |
| YUV | 119.37 | 116.51 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 123 | 99 | 0.02 | 0 | 0.20 | 0.52 | 67.5 | 0.11 | 0.44 |
| Hex | 78 | 7B | 63 | 2 | 0 | 14 | 34 | 44 | B | 2C |
| Octal | 170 | 173 | 143 | 2 | 0 | 24 | 64 | 104 | 13 | 54 |
| Binary | 1111000 | 1111011 | 1100011 | 10 | 0 | 10100 | 110100 | 1000100 | 1011 | 101100 |
Color Harmonies of #787B63
Complementary color
Monochromatic Colors of #787B63
Black with #787B63
Text Example
Text Example
White with #787B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787B63; }
p { color: rgb(120,123,99); }
H1.HeaderClassName
{
color: #787B63;
}
.AnyTagClassName
{
color: #787B63;
}
</style>
background-color css
<style>
a { background-color: #787B63; }
a { background-color: rgb(120,123,99); }
div.DivClassName
{
background-color: #787B63;
}
.BgClassName
{
background-color: #787B63;
}
</style>
border-color css
<style>
span { border-color: #787B63; }
span { border-color: rgb(120,123,99); }
td.TdClassName
{
border-color: #787B63;
}
.TagClassName
{
border-color: #787B63;
}
</style>