Shades of Finch #75794C
Tints of Finch #75794C
RGB
CMYK
RGB Variations
Color information
#75794C (or 0x75794C) is known color: Finch. HEX triplet: 75, 79 and 4C. RGB value is (117,121,76). Sum of RGB (Red+Green+Blue) = 117+121+76=314 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.26% from 314); Green value is 121 (47.66% from 255 or 38.54% from 314); Blue value is 76 (30.08% from 255 or 24.20% from 314); Max value from RGB is 121 - color contains mainly: green. Hex color #75794C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75794C is #8A86B3. Grayscale: #727272. Windows color (decimal): -9078452 or 5011829. OLE color: 5011829.
HSL color Cylindrical-coordinate representation of color #75794C: hue angle of 65.33º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #75794C is Cyan = 0.03, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 117 | 121 | 76 | - |
| CMYK | 0.03 | 0 | 0.37 | 0.53 |
| HSL | 65.33º | 0.23% | 0.39% | - |
| HSV(B) | 65.33º | 0.37% | 0.47% | - |
| XYZ | 15.48 | 17.98 | 9.49 | - |
| YUV | 114.67 | 106.17 | 129.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 121 | 76 | 0.03 | 0 | 0.37 | 0.53 | 65.33 | 0.23 | 0.39 |
| Hex | 75 | 79 | 4C | 3 | 0 | 25 | 35 | 41 | 17 | 27 |
| Octal | 165 | 171 | 114 | 3 | 0 | 45 | 65 | 101 | 27 | 47 |
| Binary | 1110101 | 1111001 | 1001100 | 11 | 0 | 100101 | 110101 | 1000001 | 10111 | 100111 |
Color Harmonies of #75794C
Complementary color
Monochromatic Colors of #75794C
Black with #75794C
Text Example
Text Example
White with #75794C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75794C; }
p { color: rgb(117,121,76); }
H1.HeaderClassName
{
color: #75794C;
}
.AnyTagClassName
{
color: #75794C;
}
</style>
background-color css
<style>
a { background-color: #75794C; }
a { background-color: rgb(117,121,76); }
div.DivClassName
{
background-color: #75794C;
}
.BgClassName
{
background-color: #75794C;
}
</style>
border-color css
<style>
span { border-color: #75794C; }
span { border-color: rgb(117,121,76); }
td.TdClassName
{
border-color: #75794C;
}
.TagClassName
{
border-color: #75794C;
}
</style>