Shades of Finch #75824F
Tints of Finch #75824F
RGB
CMYK
RGB Variations
Color information
#75824F (or 0x75824F) is known color: Finch. HEX triplet: 75, 82 and 4F. RGB value is (117,130,79). Sum of RGB (Red+Green+Blue) = 117+130+79=326 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.89% from 326); Green value is 130 (51.17% from 255 or 39.88% from 326); Blue value is 79 (31.25% from 255 or 24.23% from 326); Max value from RGB is 130 - color contains mainly: green. Hex color #75824F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75824F is #8A7DB0. Grayscale: #787878. Windows color (decimal): -9076145 or 5210741. OLE color: 5210741.
HSL color Cylindrical-coordinate representation of color #75824F: hue angle of 75.29º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #75824F is Cyan = 0.1, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 117 | 130 | 79 | - |
| CMYK | 0.1 | 0 | 0.39 | 0.49 |
| HSL | 75.29º | 0.24% | 0.41% | - |
| HSV(B) | 75.29º | 0.39% | 0.51% | - |
| XYZ | 16.73 | 20.31 | 10.44 | - |
| YUV | 120.3 | 104.69 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 130 | 79 | 0.1 | 0 | 0.39 | 0.49 | 75.29 | 0.24 | 0.41 |
| Hex | 75 | 82 | 4F | A | 0 | 27 | 31 | 4B | 18 | 29 |
| Octal | 165 | 202 | 117 | 12 | 0 | 47 | 61 | 113 | 30 | 51 |
| Binary | 1110101 | 10000010 | 1001111 | 1010 | 0 | 100111 | 110001 | 1001011 | 11000 | 101001 |
Color Harmonies of #75824F
Complementary color
Monochromatic Colors of #75824F
Black with #75824F
Text Example
Text Example
White with #75824F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75824F; }
p { color: rgb(117,130,79); }
H1.HeaderClassName
{
color: #75824F;
}
.AnyTagClassName
{
color: #75824F;
}
</style>
background-color css
<style>
a { background-color: #75824F; }
a { background-color: rgb(117,130,79); }
div.DivClassName
{
background-color: #75824F;
}
.BgClassName
{
background-color: #75824F;
}
</style>
border-color css
<style>
span { border-color: #75824F; }
span { border-color: rgb(117,130,79); }
td.TdClassName
{
border-color: #75824F;
}
.TagClassName
{
border-color: #75824F;
}
</style>