Shades of Finch #747C53
Tints of Finch #747C53
RGB
CMYK
RGB Variations
Color information
#747C53 (or 0x747C53) is known color: Finch. HEX triplet: 74, 7C and 53. RGB value is (116,124,83). Sum of RGB (Red+Green+Blue) = 116+124+83=323 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.91% from 323); Green value is 124 (48.83% from 255 or 38.39% from 323); Blue value is 83 (32.81% from 255 or 25.70% from 323); Max value from RGB is 124 - color contains mainly: green. Hex color #747C53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747C53 is #8B83AC. Grayscale: #757575. Windows color (decimal): -9143213 or 5471348. OLE color: 5471348.
HSL color Cylindrical-coordinate representation of color #747C53: hue angle of 71.71º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #747C53 is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 124 | 83 | - |
| CMYK | 0.06 | 0 | 0.33 | 0.51 |
| HSL | 71.71º | 0.2% | 0.41% | - |
| HSV(B) | 71.71º | 0.33% | 0.49% | - |
| XYZ | 15.97 | 18.75 | 10.96 | - |
| YUV | 116.93 | 108.85 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 124 | 83 | 0.06 | 0 | 0.33 | 0.51 | 71.71 | 0.2 | 0.41 |
| Hex | 74 | 7C | 53 | 6 | 0 | 21 | 33 | 48 | 14 | 29 |
| Octal | 164 | 174 | 123 | 6 | 0 | 41 | 63 | 110 | 24 | 51 |
| Binary | 1110100 | 1111100 | 1010011 | 110 | 0 | 100001 | 110011 | 1001000 | 10100 | 101001 |
Color Harmonies of #747C53
Complementary color
Monochromatic Colors of #747C53
Black with #747C53
Text Example
Text Example
White with #747C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747C53; }
p { color: rgb(116,124,83); }
H1.HeaderClassName
{
color: #747C53;
}
.AnyTagClassName
{
color: #747C53;
}
</style>
background-color css
<style>
a { background-color: #747C53; }
a { background-color: rgb(116,124,83); }
div.DivClassName
{
background-color: #747C53;
}
.BgClassName
{
background-color: #747C53;
}
</style>
border-color css
<style>
span { border-color: #747C53; }
span { border-color: rgb(116,124,83); }
td.TdClassName
{
border-color: #747C53;
}
.TagClassName
{
border-color: #747C53;
}
</style>