Shades of Finch #74754E
Tints of Finch #74754E
RGB
CMYK
RGB Variations
Color information
#74754E (or 0x74754E) is known color: Finch. HEX triplet: 74, 75 and 4E. RGB value is (116,117,78). Sum of RGB (Red+Green+Blue) = 116+117+78=311 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.30% from 311); Green value is 117 (46.09% from 255 or 37.62% from 311); Blue value is 78 (30.86% from 255 or 25.08% from 311); Max value from RGB is 117 - color contains mainly: green. Hex color #74754E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74754E is #8B8AB1. Grayscale: #707070. Windows color (decimal): -9145010 or 5141876. OLE color: 5141876.
HSL color Cylindrical-coordinate representation of color #74754E: hue angle of 61.54º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #74754E is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 116 | 117 | 78 | - |
| CMYK | 0.01 | 0 | 0.33 | 0.54 |
| HSL | 61.54º | 0.2% | 0.38% | - |
| HSV(B) | 61.54º | 0.33% | 0.46% | - |
| XYZ | 14.94 | 16.99 | 9.7 | - |
| YUV | 112.26 | 108.67 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 117 | 78 | 0.01 | 0 | 0.33 | 0.54 | 61.54 | 0.2 | 0.38 |
| Hex | 74 | 75 | 4E | 1 | 0 | 21 | 36 | 3E | 14 | 26 |
| Octal | 164 | 165 | 116 | 1 | 0 | 41 | 66 | 76 | 24 | 46 |
| Binary | 1110100 | 1110101 | 1001110 | 1 | 0 | 100001 | 110110 | 111110 | 10100 | 100110 |
Color Harmonies of #74754E
Complementary color
Monochromatic Colors of #74754E
Black with #74754E
Text Example
Text Example
White with #74754E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74754E; }
p { color: rgb(116,117,78); }
H1.HeaderClassName
{
color: #74754E;
}
.AnyTagClassName
{
color: #74754E;
}
</style>
background-color css
<style>
a { background-color: #74754E; }
a { background-color: rgb(116,117,78); }
div.DivClassName
{
background-color: #74754E;
}
.BgClassName
{
background-color: #74754E;
}
</style>
border-color css
<style>
span { border-color: #74754E; }
span { border-color: rgb(116,117,78); }
td.TdClassName
{
border-color: #74754E;
}
.TagClassName
{
border-color: #74754E;
}
</style>