Shades of Finch #747648
Tints of Finch #747648
RGB
CMYK
RGB Variations
Color information
#747648 (or 0x747648) is known color: Finch. HEX triplet: 74, 76 and 48. RGB value is (116,118,72). Sum of RGB (Red+Green+Blue) = 116+118+72=306 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.91% from 306); Green value is 118 (46.48% from 255 or 38.56% from 306); Blue value is 72 (28.52% from 255 or 23.53% from 306); Max value from RGB is 118 - color contains mainly: green. Hex color #747648 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747648 is #8B89B7. Grayscale: #707070. Windows color (decimal): -9144760 or 4748916. OLE color: 4748916.
HSL color Cylindrical-coordinate representation of color #747648: hue angle of 62.61º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #747648 is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 116 | 118 | 72 | - |
| CMYK | 0.02 | 0 | 0.39 | 0.54 |
| HSL | 62.61º | 0.24% | 0.37% | - |
| HSV(B) | 62.61º | 0.39% | 0.46% | - |
| XYZ | 14.85 | 17.14 | 8.66 | - |
| YUV | 112.16 | 105.34 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 118 | 72 | 0.02 | 0 | 0.39 | 0.54 | 62.61 | 0.24 | 0.37 |
| Hex | 74 | 76 | 48 | 2 | 0 | 27 | 36 | 3F | 18 | 25 |
| Octal | 164 | 166 | 110 | 2 | 0 | 47 | 66 | 77 | 30 | 45 |
| Binary | 1110100 | 1110110 | 1001000 | 10 | 0 | 100111 | 110110 | 111111 | 11000 | 100101 |
Color Harmonies of #747648
Complementary color
Monochromatic Colors of #747648
Black with #747648
Text Example
Text Example
White with #747648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747648; }
p { color: rgb(116,118,72); }
H1.HeaderClassName
{
color: #747648;
}
.AnyTagClassName
{
color: #747648;
}
</style>
background-color css
<style>
a { background-color: #747648; }
a { background-color: rgb(116,118,72); }
div.DivClassName
{
background-color: #747648;
}
.BgClassName
{
background-color: #747648;
}
</style>
border-color css
<style>
span { border-color: #747648; }
span { border-color: rgb(116,118,72); }
td.TdClassName
{
border-color: #747648;
}
.TagClassName
{
border-color: #747648;
}
</style>