Shades of Finch #748548
Tints of Finch #748548
RGB
CMYK
RGB Variations
Color information
#748548 (or 0x748548) is known color: Finch. HEX triplet: 74, 85 and 48. RGB value is (116,133,72). Sum of RGB (Red+Green+Blue) = 116+133+72=321 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.14% from 321); Green value is 133 (52.34% from 255 or 41.43% from 321); Blue value is 72 (28.52% from 255 or 22.43% from 321); Max value from RGB is 133 - color contains mainly: green. Hex color #748548 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748548 is #8B7AB7. Grayscale: #797979. Windows color (decimal): -9140920 or 4752756. OLE color: 4752756.
HSL color Cylindrical-coordinate representation of color #748548: hue angle of 76.72º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #748548 is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 116 | 133 | 72 | - |
| CMYK | 0.13 | 0 | 0.46 | 0.48 |
| HSL | 76.72º | 0.3% | 0.4% | - |
| HSV(B) | 76.72º | 0.46% | 0.52% | - |
| XYZ | 16.76 | 20.96 | 9.29 | - |
| YUV | 120.96 | 100.37 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 133 | 72 | 0.13 | 0 | 0.46 | 0.48 | 76.72 | 0.3 | 0.4 |
| Hex | 74 | 85 | 48 | D | 0 | 2E | 30 | 4D | 1E | 28 |
| Octal | 164 | 205 | 110 | 15 | 0 | 56 | 60 | 115 | 36 | 50 |
| Binary | 1110100 | 10000101 | 1001000 | 1101 | 0 | 101110 | 110000 | 1001101 | 11110 | 101000 |
Color Harmonies of #748548
Complementary color
Monochromatic Colors of #748548
Black with #748548
Text Example
Text Example
White with #748548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748548; }
p { color: rgb(116,133,72); }
H1.HeaderClassName
{
color: #748548;
}
.AnyTagClassName
{
color: #748548;
}
</style>
background-color css
<style>
a { background-color: #748548; }
a { background-color: rgb(116,133,72); }
div.DivClassName
{
background-color: #748548;
}
.BgClassName
{
background-color: #748548;
}
</style>
border-color css
<style>
span { border-color: #748548; }
span { border-color: rgb(116,133,72); }
td.TdClassName
{
border-color: #748548;
}
.TagClassName
{
border-color: #748548;
}
</style>