Shades of Finch #747A4A
Tints of Finch #747A4A
RGB
CMYK
RGB Variations
Color information
#747A4A (or 0x747A4A) is known color: Finch. HEX triplet: 74, 7A and 4A. RGB value is (116,122,74). Sum of RGB (Red+Green+Blue) = 116+122+74=312 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.18% from 312); Green value is 122 (48.05% from 255 or 39.10% from 312); Blue value is 74 (29.30% from 255 or 23.72% from 312); Max value from RGB is 122 - color contains mainly: green. Hex color #747A4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747A4A is #8B85B5. Grayscale: #727272. Windows color (decimal): -9143734 or 4881012. OLE color: 4881012.
HSL color Cylindrical-coordinate representation of color #747A4A: hue angle of 67.5º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #747A4A is Cyan = 0.05, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 116 | 122 | 74 | - |
| CMYK | 0.05 | 0 | 0.39 | 0.52 |
| HSL | 67.5º | 0.24% | 0.38% | - |
| HSV(B) | 67.5º | 0.39% | 0.48% | - |
| XYZ | 15.4 | 18.13 | 9.17 | - |
| YUV | 114.73 | 105.01 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 122 | 74 | 0.05 | 0 | 0.39 | 0.52 | 67.5 | 0.24 | 0.38 |
| Hex | 74 | 7A | 4A | 5 | 0 | 27 | 34 | 44 | 18 | 26 |
| Octal | 164 | 172 | 112 | 5 | 0 | 47 | 64 | 104 | 30 | 46 |
| Binary | 1110100 | 1111010 | 1001010 | 101 | 0 | 100111 | 110100 | 1000100 | 11000 | 100110 |
Color Harmonies of #747A4A
Complementary color
Monochromatic Colors of #747A4A
Black with #747A4A
Text Example
Text Example
White with #747A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747A4A; }
p { color: rgb(116,122,74); }
H1.HeaderClassName
{
color: #747A4A;
}
.AnyTagClassName
{
color: #747A4A;
}
</style>
background-color css
<style>
a { background-color: #747A4A; }
a { background-color: rgb(116,122,74); }
div.DivClassName
{
background-color: #747A4A;
}
.BgClassName
{
background-color: #747A4A;
}
</style>
border-color css
<style>
span { border-color: #747A4A; }
span { border-color: rgb(116,122,74); }
td.TdClassName
{
border-color: #747A4A;
}
.TagClassName
{
border-color: #747A4A;
}
</style>