Shades of Finch #7B7E43
Tints of Finch #7B7E43
RGB
CMYK
RGB Variations
Color information
#7B7E43 (or 0x7B7E43) is known color: Finch. HEX triplet: 7B, 7E and 43. RGB value is (123,126,67). Sum of RGB (Red+Green+Blue) = 123+126+67=316 (41% of max value = 765). Red value is 123 (48.44% from 255 or 38.92% from 316); Green value is 126 (49.61% from 255 or 39.87% from 316); Blue value is 67 (26.56% from 255 or 21.20% from 316); Max value from RGB is 126 - color contains mainly: green. Hex color #7B7E43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B7E43 is #8481BC. Grayscale: #767676. Windows color (decimal): -8683965 or 4423291. OLE color: 4423291.
HSL color Cylindrical-coordinate representation of color #7B7E43: hue angle of 63.05º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7B7E43 is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 123 | 126 | 67 | - |
| CMYK | 0.02 | 0 | 0.47 | 0.51 |
| HSL | 63.05º | 0.31% | 0.38% | - |
| HSV(B) | 63.05º | 0.47% | 0.49% | - |
| XYZ | 16.64 | 19.54 | 8.2 | - |
| YUV | 118.38 | 99.01 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 126 | 67 | 0.02 | 0 | 0.47 | 0.51 | 63.05 | 0.31 | 0.38 |
| Hex | 7B | 7E | 43 | 2 | 0 | 2F | 33 | 3F | 1F | 26 |
| Octal | 173 | 176 | 103 | 2 | 0 | 57 | 63 | 77 | 37 | 46 |
| Binary | 1111011 | 1111110 | 1000011 | 10 | 0 | 101111 | 110011 | 111111 | 11111 | 100110 |
Color Harmonies of #7B7E43
Complementary color
Monochromatic Colors of #7B7E43
Black with #7B7E43
Text Example
Text Example
White with #7B7E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7E43; }
p { color: rgb(123,126,67); }
H1.HeaderClassName
{
color: #7B7E43;
}
.AnyTagClassName
{
color: #7B7E43;
}
</style>
background-color css
<style>
a { background-color: #7B7E43; }
a { background-color: rgb(123,126,67); }
div.DivClassName
{
background-color: #7B7E43;
}
.BgClassName
{
background-color: #7B7E43;
}
</style>
border-color css
<style>
span { border-color: #7B7E43; }
span { border-color: rgb(123,126,67); }
td.TdClassName
{
border-color: #7B7E43;
}
.TagClassName
{
border-color: #7B7E43;
}
</style>