Shades of Finch #787B5D
Tints of Finch #787B5D
RGB
CMYK
RGB Variations
Color information
#787B5D (or 0x787B5D) is known color: Finch. HEX triplet: 78, 7B and 5D. RGB value is (120,123,93). Sum of RGB (Red+Green+Blue) = 120+123+93=336 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.71% from 336); Green value is 123 (48.44% from 255 or 36.61% from 336); Blue value is 93 (36.72% from 255 or 27.68% from 336); Max value from RGB is 123 - color contains mainly: green. Hex color #787B5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787B5D is #8784A2. Grayscale: #767676. Windows color (decimal): -8881315 or 6126456. OLE color: 6126456.
HSL color Cylindrical-coordinate representation of color #787B5D: hue angle of 66º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #787B5D is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 120 | 123 | 93 | - |
| CMYK | 0.02 | 0 | 0.24 | 0.52 |
| HSL | 66º | 0.14% | 0.42% | - |
| HSV(B) | 66º | 0.24% | 0.48% | - |
| XYZ | 16.8 | 18.95 | 13.13 | - |
| YUV | 118.68 | 113.51 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 123 | 93 | 0.02 | 0 | 0.24 | 0.52 | 66 | 0.14 | 0.42 |
| Hex | 78 | 7B | 5D | 2 | 0 | 18 | 34 | 42 | E | 2A |
| Octal | 170 | 173 | 135 | 2 | 0 | 30 | 64 | 102 | 16 | 52 |
| Binary | 1111000 | 1111011 | 1011101 | 10 | 0 | 11000 | 110100 | 1000010 | 1110 | 101010 |
Color Harmonies of #787B5D
Complementary color
Monochromatic Colors of #787B5D
Black with #787B5D
Text Example
Text Example
White with #787B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787B5D; }
p { color: rgb(120,123,93); }
H1.HeaderClassName
{
color: #787B5D;
}
.AnyTagClassName
{
color: #787B5D;
}
</style>
background-color css
<style>
a { background-color: #787B5D; }
a { background-color: rgb(120,123,93); }
div.DivClassName
{
background-color: #787B5D;
}
.BgClassName
{
background-color: #787B5D;
}
</style>
border-color css
<style>
span { border-color: #787B5D; }
span { border-color: rgb(120,123,93); }
td.TdClassName
{
border-color: #787B5D;
}
.TagClassName
{
border-color: #787B5D;
}
</style>