Shades of Finch #748249
Tints of Finch #748249
RGB
CMYK
RGB Variations
Color information
#748249 (or 0x748249) is known color: Finch. HEX triplet: 74, 82 and 49. RGB value is (116,130,73). Sum of RGB (Red+Green+Blue) = 116+130+73=319 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.36% from 319); Green value is 130 (51.17% from 255 or 40.75% from 319); Blue value is 73 (28.91% from 255 or 22.88% from 319); Max value from RGB is 130 - color contains mainly: green. Hex color #748249 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748249 is #8B7DB6. Grayscale: #777777. Windows color (decimal): -9141687 or 4817524. OLE color: 4817524.
HSL color Cylindrical-coordinate representation of color #748249: hue angle of 74.74º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #748249 is Cyan = 0.11, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 116 | 130 | 73 | - |
| CMYK | 0.11 | 0 | 0.44 | 0.49 |
| HSL | 74.74º | 0.28% | 0.4% | - |
| HSV(B) | 74.74º | 0.44% | 0.51% | - |
| XYZ | 16.39 | 20.16 | 9.33 | - |
| YUV | 119.32 | 101.86 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 130 | 73 | 0.11 | 0 | 0.44 | 0.49 | 74.74 | 0.28 | 0.4 |
| Hex | 74 | 82 | 49 | B | 0 | 2C | 31 | 4B | 1C | 28 |
| Octal | 164 | 202 | 111 | 13 | 0 | 54 | 61 | 113 | 34 | 50 |
| Binary | 1110100 | 10000010 | 1001001 | 1011 | 0 | 101100 | 110001 | 1001011 | 11100 | 101000 |
Color Harmonies of #748249
Complementary color
Monochromatic Colors of #748249
Black with #748249
Text Example
Text Example
White with #748249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748249; }
p { color: rgb(116,130,73); }
H1.HeaderClassName
{
color: #748249;
}
.AnyTagClassName
{
color: #748249;
}
</style>
background-color css
<style>
a { background-color: #748249; }
a { background-color: rgb(116,130,73); }
div.DivClassName
{
background-color: #748249;
}
.BgClassName
{
background-color: #748249;
}
</style>
border-color css
<style>
span { border-color: #748249; }
span { border-color: rgb(116,130,73); }
td.TdClassName
{
border-color: #748249;
}
.TagClassName
{
border-color: #748249;
}
</style>