Shades of Finch #7B8347
Tints of Finch #7B8347
RGB
CMYK
RGB Variations
Color information
#7B8347 (or 0x7B8347) is known color: Finch. HEX triplet: 7B, 83 and 47. RGB value is (123,131,71). Sum of RGB (Red+Green+Blue) = 123+131+71=325 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.85% from 325); Green value is 131 (51.56% from 255 or 40.31% from 325); Blue value is 71 (28.12% from 255 or 21.85% from 325); Max value from RGB is 131 - color contains mainly: green. Hex color #7B8347 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B8347 is #847CB8. Grayscale: #7A7A7A. Windows color (decimal): -8682681 or 4686715. OLE color: 4686715.
HSL color Cylindrical-coordinate representation of color #7B8347: hue angle of 68º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7B8347 is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 123 | 131 | 71 | - |
| CMYK | 0.06 | 0 | 0.46 | 0.49 |
| HSL | 68º | 0.3% | 0.4% | - |
| HSV(B) | 68º | 0.46% | 0.51% | - |
| XYZ | 17.42 | 20.9 | 9.08 | - |
| YUV | 121.77 | 99.35 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 131 | 71 | 0.06 | 0 | 0.46 | 0.49 | 68 | 0.3 | 0.4 |
| Hex | 7B | 83 | 47 | 6 | 0 | 2E | 31 | 44 | 1E | 28 |
| Octal | 173 | 203 | 107 | 6 | 0 | 56 | 61 | 104 | 36 | 50 |
| Binary | 1111011 | 10000011 | 1000111 | 110 | 0 | 101110 | 110001 | 1000100 | 11110 | 101000 |
Color Harmonies of #7B8347
Complementary color
Monochromatic Colors of #7B8347
Black with #7B8347
Text Example
Text Example
White with #7B8347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8347; }
p { color: rgb(123,131,71); }
H1.HeaderClassName
{
color: #7B8347;
}
.AnyTagClassName
{
color: #7B8347;
}
</style>
background-color css
<style>
a { background-color: #7B8347; }
a { background-color: rgb(123,131,71); }
div.DivClassName
{
background-color: #7B8347;
}
.BgClassName
{
background-color: #7B8347;
}
</style>
border-color css
<style>
span { border-color: #7B8347; }
span { border-color: rgb(123,131,71); }
td.TdClassName
{
border-color: #7B8347;
}
.TagClassName
{
border-color: #7B8347;
}
</style>