Shades of Finch #75824D
Tints of Finch #75824D
RGB
CMYK
RGB Variations
Color information
#75824D (or 0x75824D) is known color: Finch. HEX triplet: 75, 82 and 4D. RGB value is (117,130,77). Sum of RGB (Red+Green+Blue) = 117+130+77=324 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.11% from 324); Green value is 130 (51.17% from 255 or 40.12% from 324); Blue value is 77 (30.47% from 255 or 23.77% from 324); Max value from RGB is 130 - color contains mainly: green. Hex color #75824D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75824D is #8A7DB2. Grayscale: #787878. Windows color (decimal): -9076147 or 5079669. OLE color: 5079669.
HSL color Cylindrical-coordinate representation of color #75824D: hue angle of 74.72º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #75824D is Cyan = 0.1, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 117 | 130 | 77 | - |
| CMYK | 0.1 | 0 | 0.41 | 0.49 |
| HSL | 74.72º | 0.26% | 0.41% | - |
| HSV(B) | 74.72º | 0.41% | 0.51% | - |
| XYZ | 16.66 | 20.28 | 10.06 | - |
| YUV | 120.07 | 103.69 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 130 | 77 | 0.1 | 0 | 0.41 | 0.49 | 74.72 | 0.26 | 0.41 |
| Hex | 75 | 82 | 4D | A | 0 | 29 | 31 | 4B | 1A | 29 |
| Octal | 165 | 202 | 115 | 12 | 0 | 51 | 61 | 113 | 32 | 51 |
| Binary | 1110101 | 10000010 | 1001101 | 1010 | 0 | 101001 | 110001 | 1001011 | 11010 | 101001 |
Color Harmonies of #75824D
Complementary color
Monochromatic Colors of #75824D
Black with #75824D
Text Example
Text Example
White with #75824D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75824D; }
p { color: rgb(117,130,77); }
H1.HeaderClassName
{
color: #75824D;
}
.AnyTagClassName
{
color: #75824D;
}
</style>
background-color css
<style>
a { background-color: #75824D; }
a { background-color: rgb(117,130,77); }
div.DivClassName
{
background-color: #75824D;
}
.BgClassName
{
background-color: #75824D;
}
</style>
border-color css
<style>
span { border-color: #75824D; }
span { border-color: rgb(117,130,77); }
td.TdClassName
{
border-color: #75824D;
}
.TagClassName
{
border-color: #75824D;
}
</style>