Shades of Finch #748446
Tints of Finch #748446
RGB
CMYK
RGB Variations
Color information
#748446 (or 0x748446) is known color: Finch. HEX triplet: 74, 84 and 46. RGB value is (116,132,70). Sum of RGB (Red+Green+Blue) = 116+132+70=318 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.48% from 318); Green value is 132 (51.95% from 255 or 41.51% from 318); Blue value is 70 (27.73% from 255 or 22.01% from 318); Max value from RGB is 132 - color contains mainly: green. Hex color #748446 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748446 is #8B7BB9. Grayscale: #787878. Windows color (decimal): -9141178 or 4621428. OLE color: 4621428.
HSL color Cylindrical-coordinate representation of color #748446: hue angle of 75.48º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #748446 is Cyan = 0.12, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 116 | 132 | 70 | - |
| CMYK | 0.12 | 0 | 0.47 | 0.48 |
| HSL | 75.48º | 0.31% | 0.4% | - |
| HSV(B) | 75.48º | 0.47% | 0.52% | - |
| XYZ | 16.56 | 20.66 | 8.91 | - |
| YUV | 120.15 | 99.7 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 132 | 70 | 0.12 | 0 | 0.47 | 0.48 | 75.48 | 0.31 | 0.4 |
| Hex | 74 | 84 | 46 | C | 0 | 2F | 30 | 4B | 1F | 28 |
| Octal | 164 | 204 | 106 | 14 | 0 | 57 | 60 | 113 | 37 | 50 |
| Binary | 1110100 | 10000100 | 1000110 | 1100 | 0 | 101111 | 110000 | 1001011 | 11111 | 101000 |
Color Harmonies of #748446
Complementary color
Monochromatic Colors of #748446
Black with #748446
Text Example
Text Example
White with #748446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748446; }
p { color: rgb(116,132,70); }
H1.HeaderClassName
{
color: #748446;
}
.AnyTagClassName
{
color: #748446;
}
</style>
background-color css
<style>
a { background-color: #748446; }
a { background-color: rgb(116,132,70); }
div.DivClassName
{
background-color: #748446;
}
.BgClassName
{
background-color: #748446;
}
</style>
border-color css
<style>
span { border-color: #748446; }
span { border-color: rgb(116,132,70); }
td.TdClassName
{
border-color: #748446;
}
.TagClassName
{
border-color: #748446;
}
</style>