Shades of Finch #75784A
Tints of Finch #75784A
RGB
CMYK
RGB Variations
Color information
#75784A (or 0x75784A) is known color: Finch. HEX triplet: 75, 78 and 4A. RGB value is (117,120,74). Sum of RGB (Red+Green+Blue) = 117+120+74=311 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.62% from 311); Green value is 120 (47.27% from 255 or 38.59% from 311); Blue value is 74 (29.30% from 255 or 23.79% from 311); Max value from RGB is 120 - color contains mainly: green. Hex color #75784A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75784A is #8A87B5. Grayscale: #727272. Windows color (decimal): -9078710 or 4880501. OLE color: 4880501.
HSL color Cylindrical-coordinate representation of color #75784A: hue angle of 63.91º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #75784A is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 117 | 120 | 74 | - |
| CMYK | 0.02 | 0 | 0.38 | 0.53 |
| HSL | 63.91º | 0.24% | 0.38% | - |
| HSV(B) | 63.91º | 0.38% | 0.47% | - |
| XYZ | 15.29 | 17.71 | 9.09 | - |
| YUV | 113.86 | 105.51 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 120 | 74 | 0.02 | 0 | 0.38 | 0.53 | 63.91 | 0.24 | 0.38 |
| Hex | 75 | 78 | 4A | 2 | 0 | 26 | 35 | 40 | 18 | 26 |
| Octal | 165 | 170 | 112 | 2 | 0 | 46 | 65 | 100 | 30 | 46 |
| Binary | 1110101 | 1111000 | 1001010 | 10 | 0 | 100110 | 110101 | 1000000 | 11000 | 100110 |
Color Harmonies of #75784A
Complementary color
Monochromatic Colors of #75784A
Black with #75784A
Text Example
Text Example
White with #75784A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75784A; }
p { color: rgb(117,120,74); }
H1.HeaderClassName
{
color: #75784A;
}
.AnyTagClassName
{
color: #75784A;
}
</style>
background-color css
<style>
a { background-color: #75784A; }
a { background-color: rgb(117,120,74); }
div.DivClassName
{
background-color: #75784A;
}
.BgClassName
{
background-color: #75784A;
}
</style>
border-color css
<style>
span { border-color: #75784A; }
span { border-color: rgb(117,120,74); }
td.TdClassName
{
border-color: #75784A;
}
.TagClassName
{
border-color: #75784A;
}
</style>