Shades of Finch #75784D
Tints of Finch #75784D
RGB
CMYK
RGB Variations
Color information
#75784D (or 0x75784D) is known color: Finch. HEX triplet: 75, 78 and 4D. RGB value is (117,120,77). Sum of RGB (Red+Green+Blue) = 117+120+77=314 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.26% from 314); Green value is 120 (47.27% from 255 or 38.22% from 314); Blue value is 77 (30.47% from 255 or 24.52% from 314); Max value from RGB is 120 - color contains mainly: green. Hex color #75784D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75784D is #8A87B2. Grayscale: #727272. Windows color (decimal): -9078707 or 5077109. OLE color: 5077109.
HSL color Cylindrical-coordinate representation of color #75784D: hue angle of 64.19º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #75784D is Cyan = 0.02, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 117 | 120 | 77 | - |
| CMYK | 0.02 | 0 | 0.36 | 0.53 |
| HSL | 64.19º | 0.22% | 0.39% | - |
| HSV(B) | 64.19º | 0.36% | 0.47% | - |
| XYZ | 15.39 | 17.75 | 9.64 | - |
| YUV | 114.2 | 107.01 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 120 | 77 | 0.02 | 0 | 0.36 | 0.53 | 64.19 | 0.22 | 0.39 |
| Hex | 75 | 78 | 4D | 2 | 0 | 24 | 35 | 40 | 16 | 27 |
| Octal | 165 | 170 | 115 | 2 | 0 | 44 | 65 | 100 | 26 | 47 |
| Binary | 1110101 | 1111000 | 1001101 | 10 | 0 | 100100 | 110101 | 1000000 | 10110 | 100111 |
Color Harmonies of #75784D
Complementary color
Monochromatic Colors of #75784D
Black with #75784D
Text Example
Text Example
White with #75784D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75784D; }
p { color: rgb(117,120,77); }
H1.HeaderClassName
{
color: #75784D;
}
.AnyTagClassName
{
color: #75784D;
}
</style>
background-color css
<style>
a { background-color: #75784D; }
a { background-color: rgb(117,120,77); }
div.DivClassName
{
background-color: #75784D;
}
.BgClassName
{
background-color: #75784D;
}
</style>
border-color css
<style>
span { border-color: #75784D; }
span { border-color: rgb(117,120,77); }
td.TdClassName
{
border-color: #75784D;
}
.TagClassName
{
border-color: #75784D;
}
</style>