Shades of Finch #7B854C
Tints of Finch #7B854C
RGB
CMYK
RGB Variations
Color information
#7B854C (or 0x7B854C) is known color: Finch. HEX triplet: 7B, 85 and 4C. RGB value is (123,133,76). Sum of RGB (Red+Green+Blue) = 123+133+76=332 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.05% from 332); Green value is 133 (52.34% from 255 or 40.06% from 332); Blue value is 76 (30.08% from 255 or 22.89% from 332); Max value from RGB is 133 - color contains mainly: green. Hex color #7B854C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B854C is #847AB3. Grayscale: #7B7B7B. Windows color (decimal): -8682164 or 5014907. OLE color: 5014907.
HSL color Cylindrical-coordinate representation of color #7B854C: hue angle of 70.53º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7B854C is Cyan = 0.08, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 123 | 133 | 76 | - |
| CMYK | 0.08 | 0 | 0.43 | 0.48 |
| HSL | 70.53º | 0.27% | 0.41% | - |
| HSV(B) | 70.53º | 0.43% | 0.52% | - |
| XYZ | 17.86 | 21.51 | 10.05 | - |
| YUV | 123.51 | 101.19 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 133 | 76 | 0.08 | 0 | 0.43 | 0.48 | 70.53 | 0.27 | 0.41 |
| Hex | 7B | 85 | 4C | 8 | 0 | 2B | 30 | 47 | 1B | 29 |
| Octal | 173 | 205 | 114 | 10 | 0 | 53 | 60 | 107 | 33 | 51 |
| Binary | 1111011 | 10000101 | 1001100 | 1000 | 0 | 101011 | 110000 | 1000111 | 11011 | 101001 |
Color Harmonies of #7B854C
Complementary color
Monochromatic Colors of #7B854C
Black with #7B854C
Text Example
Text Example
White with #7B854C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B854C; }
p { color: rgb(123,133,76); }
H1.HeaderClassName
{
color: #7B854C;
}
.AnyTagClassName
{
color: #7B854C;
}
</style>
background-color css
<style>
a { background-color: #7B854C; }
a { background-color: rgb(123,133,76); }
div.DivClassName
{
background-color: #7B854C;
}
.BgClassName
{
background-color: #7B854C;
}
</style>
border-color css
<style>
span { border-color: #7B854C; }
span { border-color: rgb(123,133,76); }
td.TdClassName
{
border-color: #7B854C;
}
.TagClassName
{
border-color: #7B854C;
}
</style>