Shades of Finch #7D855B
Tints of Finch #7D855B
RGB
CMYK
RGB Variations
Color information
#7D855B (or 0x7D855B) is known color: Finch. HEX triplet: 7D, 85 and 5B. RGB value is (125,133,91). Sum of RGB (Red+Green+Blue) = 125+133+91=349 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.82% from 349); Green value is 133 (52.34% from 255 or 38.11% from 349); Blue value is 91 (35.94% from 255 or 26.07% from 349); Max value from RGB is 133 - color contains mainly: green. Hex color #7D855B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D855B is #827AA4. Grayscale: #7D7D7D. Windows color (decimal): -8551077 or 5997949. OLE color: 5997949.
HSL color Cylindrical-coordinate representation of color #7D855B: hue angle of 71.43º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7D855B is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 125 | 133 | 91 | - |
| CMYK | 0.06 | 0 | 0.32 | 0.48 |
| HSL | 71.43º | 0.19% | 0.44% | - |
| HSV(B) | 71.43º | 0.32% | 0.52% | - |
| XYZ | 18.73 | 21.89 | 13.14 | - |
| YUV | 125.82 | 108.35 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 133 | 91 | 0.06 | 0 | 0.32 | 0.48 | 71.43 | 0.19 | 0.44 |
| Hex | 7D | 85 | 5B | 6 | 0 | 20 | 30 | 47 | 13 | 2C |
| Octal | 175 | 205 | 133 | 6 | 0 | 40 | 60 | 107 | 23 | 54 |
| Binary | 1111101 | 10000101 | 1011011 | 110 | 0 | 100000 | 110000 | 1000111 | 10011 | 101100 |
Color Harmonies of #7D855B
Complementary color
Monochromatic Colors of #7D855B
Black with #7D855B
Text Example
Text Example
White with #7D855B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D855B; }
p { color: rgb(125,133,91); }
H1.HeaderClassName
{
color: #7D855B;
}
.AnyTagClassName
{
color: #7D855B;
}
</style>
background-color css
<style>
a { background-color: #7D855B; }
a { background-color: rgb(125,133,91); }
div.DivClassName
{
background-color: #7D855B;
}
.BgClassName
{
background-color: #7D855B;
}
</style>
border-color css
<style>
span { border-color: #7D855B; }
span { border-color: rgb(125,133,91); }
td.TdClassName
{
border-color: #7D855B;
}
.TagClassName
{
border-color: #7D855B;
}
</style>