Shades of Finch #758749
Tints of Finch #758749
RGB
CMYK
RGB Variations
Color information
#758749 (or 0x758749) is known color: Finch. HEX triplet: 75, 87 and 49. RGB value is (117,135,73). Sum of RGB (Red+Green+Blue) = 117+135+73=325 (43% of max value = 765). Red value is 117 (46.09% from 255 or 36% from 325); Green value is 135 (53.12% from 255 or 41.54% from 325); Blue value is 73 (28.91% from 255 or 22.46% from 325); Max value from RGB is 135 - color contains mainly: green. Hex color #758749 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758749 is #8A78B6. Grayscale: #7A7A7A. Windows color (decimal): -9074871 or 4818805. OLE color: 4818805.
HSL color Cylindrical-coordinate representation of color #758749: hue angle of 77.42º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #758749 is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 117 | 135 | 73 | - |
| CMYK | 0.13 | 0 | 0.46 | 0.47 |
| HSL | 77.42º | 0.3% | 0.41% | - |
| HSV(B) | 77.42º | 0.46% | 0.53% | - |
| XYZ | 17.2 | 21.59 | 9.56 | - |
| YUV | 122.55 | 100.04 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 135 | 73 | 0.13 | 0 | 0.46 | 0.47 | 77.42 | 0.3 | 0.41 |
| Hex | 75 | 87 | 49 | D | 0 | 2E | 2F | 4D | 1E | 29 |
| Octal | 165 | 207 | 111 | 15 | 0 | 56 | 57 | 115 | 36 | 51 |
| Binary | 1110101 | 10000111 | 1001001 | 1101 | 0 | 101110 | 101111 | 1001101 | 11110 | 101001 |
Color Harmonies of #758749
Complementary color
Monochromatic Colors of #758749
Black with #758749
Text Example
Text Example
White with #758749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758749; }
p { color: rgb(117,135,73); }
H1.HeaderClassName
{
color: #758749;
}
.AnyTagClassName
{
color: #758749;
}
</style>
background-color css
<style>
a { background-color: #758749; }
a { background-color: rgb(117,135,73); }
div.DivClassName
{
background-color: #758749;
}
.BgClassName
{
background-color: #758749;
}
</style>
border-color css
<style>
span { border-color: #758749; }
span { border-color: rgb(117,135,73); }
td.TdClassName
{
border-color: #758749;
}
.TagClassName
{
border-color: #758749;
}
</style>