Shades of Finch #747848
Tints of Finch #747848
RGB
CMYK
RGB Variations
Color information
#747848 (or 0x747848) is known color: Finch. HEX triplet: 74, 78 and 48. RGB value is (116,120,72). Sum of RGB (Red+Green+Blue) = 116+120+72=308 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.66% from 308); Green value is 120 (47.27% from 255 or 38.96% from 308); Blue value is 72 (28.52% from 255 or 23.38% from 308); Max value from RGB is 120 - color contains mainly: green. Hex color #747848 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747848 is #8B87B7. Grayscale: #717171. Windows color (decimal): -9144248 or 4749428. OLE color: 4749428.
HSL color Cylindrical-coordinate representation of color #747848: hue angle of 65º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #747848 is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 116 | 120 | 72 | - |
| CMYK | 0.03 | 0 | 0.40 | 0.53 |
| HSL | 65º | 0.25% | 0.38% | - |
| HSV(B) | 65º | 0.4% | 0.47% | - |
| XYZ | 15.09 | 17.61 | 8.74 | - |
| YUV | 113.33 | 104.67 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 120 | 72 | 0.03 | 0 | 0.40 | 0.53 | 65 | 0.25 | 0.38 |
| Hex | 74 | 78 | 48 | 3 | 0 | 28 | 35 | 41 | 19 | 26 |
| Octal | 164 | 170 | 110 | 3 | 0 | 50 | 65 | 101 | 31 | 46 |
| Binary | 1110100 | 1111000 | 1001000 | 11 | 0 | 101000 | 110101 | 1000001 | 11001 | 100110 |
Color Harmonies of #747848
Complementary color
Monochromatic Colors of #747848
Black with #747848
Text Example
Text Example
White with #747848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747848; }
p { color: rgb(116,120,72); }
H1.HeaderClassName
{
color: #747848;
}
.AnyTagClassName
{
color: #747848;
}
</style>
background-color css
<style>
a { background-color: #747848; }
a { background-color: rgb(116,120,72); }
div.DivClassName
{
background-color: #747848;
}
.BgClassName
{
background-color: #747848;
}
</style>
border-color css
<style>
span { border-color: #747848; }
span { border-color: rgb(116,120,72); }
td.TdClassName
{
border-color: #747848;
}
.TagClassName
{
border-color: #747848;
}
</style>