Shades of Finch #747A53
Tints of Finch #747A53
RGB
CMYK
RGB Variations
Color information
#747A53 (or 0x747A53) is known color: Finch. HEX triplet: 74, 7A and 53. RGB value is (116,122,83). Sum of RGB (Red+Green+Blue) = 116+122+83=321 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.14% from 321); Green value is 122 (48.05% from 255 or 38.01% from 321); Blue value is 83 (32.81% from 255 or 25.86% from 321); Max value from RGB is 122 - color contains mainly: green. Hex color #747A53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747A53 is #8B85AC. Grayscale: #737373. Windows color (decimal): -9143725 or 5470836. OLE color: 5470836.
HSL color Cylindrical-coordinate representation of color #747A53: hue angle of 69.23º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #747A53 is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 116 | 122 | 83 | - |
| CMYK | 0.05 | 0 | 0.32 | 0.52 |
| HSL | 69.23º | 0.19% | 0.4% | - |
| HSV(B) | 69.23º | 0.32% | 0.48% | - |
| XYZ | 15.72 | 18.26 | 10.88 | - |
| YUV | 115.76 | 109.51 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 122 | 83 | 0.05 | 0 | 0.32 | 0.52 | 69.23 | 0.19 | 0.4 |
| Hex | 74 | 7A | 53 | 5 | 0 | 20 | 34 | 45 | 13 | 28 |
| Octal | 164 | 172 | 123 | 5 | 0 | 40 | 64 | 105 | 23 | 50 |
| Binary | 1110100 | 1111010 | 1010011 | 101 | 0 | 100000 | 110100 | 1000101 | 10011 | 101000 |
Color Harmonies of #747A53
Complementary color
Monochromatic Colors of #747A53
Black with #747A53
Text Example
Text Example
White with #747A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747A53; }
p { color: rgb(116,122,83); }
H1.HeaderClassName
{
color: #747A53;
}
.AnyTagClassName
{
color: #747A53;
}
</style>
background-color css
<style>
a { background-color: #747A53; }
a { background-color: rgb(116,122,83); }
div.DivClassName
{
background-color: #747A53;
}
.BgClassName
{
background-color: #747A53;
}
</style>
border-color css
<style>
span { border-color: #747A53; }
span { border-color: rgb(116,122,83); }
td.TdClassName
{
border-color: #747A53;
}
.TagClassName
{
border-color: #747A53;
}
</style>