Shades of Finch #7B874D
Tints of Finch #7B874D
RGB
CMYK
RGB Variations
Color information
#7B874D (or 0x7B874D) is known color: Finch. HEX triplet: 7B, 87 and 4D. RGB value is (123,135,77). Sum of RGB (Red+Green+Blue) = 123+135+77=335 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.72% from 335); Green value is 135 (53.12% from 255 or 40.30% from 335); Blue value is 77 (30.47% from 255 or 22.99% from 335); Max value from RGB is 135 - color contains mainly: green. Hex color #7B874D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B874D is #8478B2. Grayscale: #7D7D7D. Windows color (decimal): -8681651 or 5080955. OLE color: 5080955.
HSL color Cylindrical-coordinate representation of color #7B874D: hue angle of 72.41º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7B874D is Cyan = 0.09, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 123 | 135 | 77 | - |
| CMYK | 0.09 | 0 | 0.43 | 0.47 |
| HSL | 72.41º | 0.27% | 0.42% | - |
| HSV(B) | 72.41º | 0.43% | 0.53% | - |
| XYZ | 18.17 | 22.07 | 10.32 | - |
| YUV | 124.8 | 101.02 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 135 | 77 | 0.09 | 0 | 0.43 | 0.47 | 72.41 | 0.27 | 0.42 |
| Hex | 7B | 87 | 4D | 9 | 0 | 2B | 2F | 48 | 1B | 2A |
| Octal | 173 | 207 | 115 | 11 | 0 | 53 | 57 | 110 | 33 | 52 |
| Binary | 1111011 | 10000111 | 1001101 | 1001 | 0 | 101011 | 101111 | 1001000 | 11011 | 101010 |
Color Harmonies of #7B874D
Complementary color
Monochromatic Colors of #7B874D
Black with #7B874D
Text Example
Text Example
White with #7B874D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B874D; }
p { color: rgb(123,135,77); }
H1.HeaderClassName
{
color: #7B874D;
}
.AnyTagClassName
{
color: #7B874D;
}
</style>
background-color css
<style>
a { background-color: #7B874D; }
a { background-color: rgb(123,135,77); }
div.DivClassName
{
background-color: #7B874D;
}
.BgClassName
{
background-color: #7B874D;
}
</style>
border-color css
<style>
span { border-color: #7B874D; }
span { border-color: rgb(123,135,77); }
td.TdClassName
{
border-color: #7B874D;
}
.TagClassName
{
border-color: #7B874D;
}
</style>