Shades of Finch #757849
Tints of Finch #757849
RGB
CMYK
RGB Variations
Color information
#757849 (or 0x757849) is known color: Finch. HEX triplet: 75, 78 and 49. RGB value is (117,120,73). Sum of RGB (Red+Green+Blue) = 117+120+73=310 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.74% from 310); Green value is 120 (47.27% from 255 or 38.71% from 310); Blue value is 73 (28.91% from 255 or 23.55% from 310); Max value from RGB is 120 - color contains mainly: green. Hex color #757849 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757849 is #8A87B6. Grayscale: #717171. Windows color (decimal): -9078711 or 4814965. OLE color: 4814965.
HSL color Cylindrical-coordinate representation of color #757849: hue angle of 63.83º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #757849 is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 117 | 120 | 73 | - |
| CMYK | 0.02 | 0 | 0.39 | 0.53 |
| HSL | 63.83º | 0.24% | 0.38% | - |
| HSV(B) | 63.83º | 0.39% | 0.47% | - |
| XYZ | 15.26 | 17.7 | 8.91 | - |
| YUV | 113.75 | 105.01 | 130.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 120 | 73 | 0.02 | 0 | 0.39 | 0.53 | 63.83 | 0.24 | 0.38 |
| Hex | 75 | 78 | 49 | 2 | 0 | 27 | 35 | 40 | 18 | 26 |
| Octal | 165 | 170 | 111 | 2 | 0 | 47 | 65 | 100 | 30 | 46 |
| Binary | 1110101 | 1111000 | 1001001 | 10 | 0 | 100111 | 110101 | 1000000 | 11000 | 100110 |
Color Harmonies of #757849
Complementary color
Monochromatic Colors of #757849
Black with #757849
Text Example
Text Example
White with #757849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757849; }
p { color: rgb(117,120,73); }
H1.HeaderClassName
{
color: #757849;
}
.AnyTagClassName
{
color: #757849;
}
</style>
background-color css
<style>
a { background-color: #757849; }
a { background-color: rgb(117,120,73); }
div.DivClassName
{
background-color: #757849;
}
.BgClassName
{
background-color: #757849;
}
</style>
border-color css
<style>
span { border-color: #757849; }
span { border-color: rgb(117,120,73); }
td.TdClassName
{
border-color: #757849;
}
.TagClassName
{
border-color: #757849;
}
</style>