Shades of Finch #75824E
Tints of Finch #75824E
RGB
CMYK
RGB Variations
Color information
#75824E (or 0x75824E) is known color: Finch. HEX triplet: 75, 82 and 4E. RGB value is (117,130,78). Sum of RGB (Red+Green+Blue) = 117+130+78=325 (43% of max value = 765). Red value is 117 (46.09% from 255 or 36% from 325); Green value is 130 (51.17% from 255 or 40% from 325); Blue value is 78 (30.86% from 255 or 24% from 325); Max value from RGB is 130 - color contains mainly: green. Hex color #75824E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75824E is #8A7DB1. Grayscale: #787878. Windows color (decimal): -9076146 or 5145205. OLE color: 5145205.
HSL color Cylindrical-coordinate representation of color #75824E: hue angle of 75º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #75824E is Cyan = 0.1, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 117 | 130 | 78 | - |
| CMYK | 0.1 | 0 | 0.40 | 0.49 |
| HSL | 75º | 0.25% | 0.41% | - |
| HSV(B) | 75º | 0.4% | 0.51% | - |
| XYZ | 16.69 | 20.3 | 10.25 | - |
| YUV | 120.19 | 104.19 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 130 | 78 | 0.1 | 0 | 0.40 | 0.49 | 75 | 0.25 | 0.41 |
| Hex | 75 | 82 | 4E | A | 0 | 28 | 31 | 4B | 19 | 29 |
| Octal | 165 | 202 | 116 | 12 | 0 | 50 | 61 | 113 | 31 | 51 |
| Binary | 1110101 | 10000010 | 1001110 | 1010 | 0 | 101000 | 110001 | 1001011 | 11001 | 101001 |
Color Harmonies of #75824E
Complementary color
Monochromatic Colors of #75824E
Black with #75824E
Text Example
Text Example
White with #75824E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75824E; }
p { color: rgb(117,130,78); }
H1.HeaderClassName
{
color: #75824E;
}
.AnyTagClassName
{
color: #75824E;
}
</style>
background-color css
<style>
a { background-color: #75824E; }
a { background-color: rgb(117,130,78); }
div.DivClassName
{
background-color: #75824E;
}
.BgClassName
{
background-color: #75824E;
}
</style>
border-color css
<style>
span { border-color: #75824E; }
span { border-color: rgb(117,130,78); }
td.TdClassName
{
border-color: #75824E;
}
.TagClassName
{
border-color: #75824E;
}
</style>