Shades of Finch #7B865C
Tints of Finch #7B865C
RGB
CMYK
RGB Variations
Color information
#7B865C (or 0x7B865C) is known color: Finch. HEX triplet: 7B, 86 and 5C. RGB value is (123,134,92). Sum of RGB (Red+Green+Blue) = 123+134+92=349 (46% of max value = 765). Red value is 123 (48.44% from 255 or 35.24% from 349); Green value is 134 (52.73% from 255 or 38.40% from 349); Blue value is 92 (36.33% from 255 or 26.36% from 349); Max value from RGB is 134 - color contains mainly: green. Hex color #7B865C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B865C is #8479A3. Grayscale: #7E7E7E. Windows color (decimal): -8681892 or 6063739. OLE color: 6063739.
HSL color Cylindrical-coordinate representation of color #7B865C: hue angle of 75.71º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7B865C is Cyan = 0.08, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 123 | 134 | 92 | - |
| CMYK | 0.08 | 0 | 0.31 | 0.47 |
| HSL | 75.71º | 0.19% | 0.44% | - |
| HSV(B) | 75.71º | 0.31% | 0.53% | - |
| XYZ | 18.63 | 22.03 | 13.4 | - |
| YUV | 125.92 | 108.86 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 134 | 92 | 0.08 | 0 | 0.31 | 0.47 | 75.71 | 0.19 | 0.44 |
| Hex | 7B | 86 | 5C | 8 | 0 | 1F | 2F | 4C | 13 | 2C |
| Octal | 173 | 206 | 134 | 10 | 0 | 37 | 57 | 114 | 23 | 54 |
| Binary | 1111011 | 10000110 | 1011100 | 1000 | 0 | 11111 | 101111 | 1001100 | 10011 | 101100 |
Color Harmonies of #7B865C
Complementary color
Monochromatic Colors of #7B865C
Black with #7B865C
Text Example
Text Example
White with #7B865C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B865C; }
p { color: rgb(123,134,92); }
H1.HeaderClassName
{
color: #7B865C;
}
.AnyTagClassName
{
color: #7B865C;
}
</style>
background-color css
<style>
a { background-color: #7B865C; }
a { background-color: rgb(123,134,92); }
div.DivClassName
{
background-color: #7B865C;
}
.BgClassName
{
background-color: #7B865C;
}
</style>
border-color css
<style>
span { border-color: #7B865C; }
span { border-color: rgb(123,134,92); }
td.TdClassName
{
border-color: #7B865C;
}
.TagClassName
{
border-color: #7B865C;
}
</style>