Shades of Finch #747A60
Tints of Finch #747A60
RGB
CMYK
RGB Variations
Color information
#747A60 (or 0x747A60) is known color: Finch. HEX triplet: 74, 7A and 60. RGB value is (116,122,96). Sum of RGB (Red+Green+Blue) = 116+122+96=334 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.73% from 334); Green value is 122 (48.05% from 255 or 36.53% from 334); Blue value is 96 (37.89% from 255 or 28.74% from 334); Max value from RGB is 122 - color contains mainly: green. Hex color #747A60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747A60 is #8B859F. Grayscale: #757575. Windows color (decimal): -9143712 or 6322804. OLE color: 6322804.
HSL color Cylindrical-coordinate representation of color #747A60: hue angle of 73.85º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #747A60 is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 116 | 122 | 96 | - |
| CMYK | 0.05 | 0 | 0.21 | 0.52 |
| HSL | 73.85º | 0.12% | 0.43% | - |
| HSV(B) | 73.85º | 0.21% | 0.48% | - |
| XYZ | 16.27 | 18.48 | 13.77 | - |
| YUV | 117.24 | 116.01 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 122 | 96 | 0.05 | 0 | 0.21 | 0.52 | 73.85 | 0.12 | 0.43 |
| Hex | 74 | 7A | 60 | 5 | 0 | 15 | 34 | 4A | C | 2B |
| Octal | 164 | 172 | 140 | 5 | 0 | 25 | 64 | 112 | 14 | 53 |
| Binary | 1110100 | 1111010 | 1100000 | 101 | 0 | 10101 | 110100 | 1001010 | 1100 | 101011 |
Color Harmonies of #747A60
Complementary color
Monochromatic Colors of #747A60
Black with #747A60
Text Example
Text Example
White with #747A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747A60; }
p { color: rgb(116,122,96); }
H1.HeaderClassName
{
color: #747A60;
}
.AnyTagClassName
{
color: #747A60;
}
</style>
background-color css
<style>
a { background-color: #747A60; }
a { background-color: rgb(116,122,96); }
div.DivClassName
{
background-color: #747A60;
}
.BgClassName
{
background-color: #747A60;
}
</style>
border-color css
<style>
span { border-color: #747A60; }
span { border-color: rgb(116,122,96); }
td.TdClassName
{
border-color: #747A60;
}
.TagClassName
{
border-color: #747A60;
}
</style>