Shades of Finch #7D8552
Tints of Finch #7D8552
RGB
CMYK
RGB Variations
Color information
#7D8552 (or 0x7D8552) is known color: Finch. HEX triplet: 7D, 85 and 52. RGB value is (125,133,82). Sum of RGB (Red+Green+Blue) = 125+133+82=340 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.76% from 340); Green value is 133 (52.34% from 255 or 39.12% from 340); Blue value is 82 (32.42% from 255 or 24.12% from 340); Max value from RGB is 133 - color contains mainly: green. Hex color #7D8552 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D8552 is #827AAD. Grayscale: #7C7C7C. Windows color (decimal): -8551086 or 5408125. OLE color: 5408125.
HSL color Cylindrical-coordinate representation of color #7D8552: hue angle of 69.41º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7D8552 is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 125 | 133 | 82 | - |
| CMYK | 0.06 | 0 | 0.38 | 0.48 |
| HSL | 69.41º | 0.24% | 0.42% | - |
| HSV(B) | 69.41º | 0.38% | 0.52% | - |
| XYZ | 18.37 | 21.74 | 11.21 | - |
| YUV | 124.79 | 103.85 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 133 | 82 | 0.06 | 0 | 0.38 | 0.48 | 69.41 | 0.24 | 0.42 |
| Hex | 7D | 85 | 52 | 6 | 0 | 26 | 30 | 45 | 18 | 2A |
| Octal | 175 | 205 | 122 | 6 | 0 | 46 | 60 | 105 | 30 | 52 |
| Binary | 1111101 | 10000101 | 1010010 | 110 | 0 | 100110 | 110000 | 1000101 | 11000 | 101010 |
Color Harmonies of #7D8552
Complementary color
Monochromatic Colors of #7D8552
Black with #7D8552
Text Example
Text Example
White with #7D8552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8552; }
p { color: rgb(125,133,82); }
H1.HeaderClassName
{
color: #7D8552;
}
.AnyTagClassName
{
color: #7D8552;
}
</style>
background-color css
<style>
a { background-color: #7D8552; }
a { background-color: rgb(125,133,82); }
div.DivClassName
{
background-color: #7D8552;
}
.BgClassName
{
background-color: #7D8552;
}
</style>
border-color css
<style>
span { border-color: #7D8552; }
span { border-color: rgb(125,133,82); }
td.TdClassName
{
border-color: #7D8552;
}
.TagClassName
{
border-color: #7D8552;
}
</style>