Shades of Finch #74764E
Tints of Finch #74764E
RGB
CMYK
RGB Variations
Color information
#74764E (or 0x74764E) is known color: Finch. HEX triplet: 74, 76 and 4E. RGB value is (116,118,78). Sum of RGB (Red+Green+Blue) = 116+118+78=312 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.18% from 312); Green value is 118 (46.48% from 255 or 37.82% from 312); Blue value is 78 (30.86% from 255 or 25% from 312); Max value from RGB is 118 - color contains mainly: green. Hex color #74764E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74764E is #8B89B1. Grayscale: #707070. Windows color (decimal): -9144754 or 5142132. OLE color: 5142132.
HSL color Cylindrical-coordinate representation of color #74764E: hue angle of 63º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #74764E is Cyan = 0.02, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 116 | 118 | 78 | - |
| CMYK | 0.02 | 0 | 0.34 | 0.54 |
| HSL | 63º | 0.2% | 0.38% | - |
| HSV(B) | 63º | 0.34% | 0.46% | - |
| XYZ | 15.06 | 17.22 | 9.74 | - |
| YUV | 112.84 | 108.34 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 118 | 78 | 0.02 | 0 | 0.34 | 0.54 | 63 | 0.2 | 0.38 |
| Hex | 74 | 76 | 4E | 2 | 0 | 22 | 36 | 3F | 14 | 26 |
| Octal | 164 | 166 | 116 | 2 | 0 | 42 | 66 | 77 | 24 | 46 |
| Binary | 1110100 | 1110110 | 1001110 | 10 | 0 | 100010 | 110110 | 111111 | 10100 | 100110 |
Color Harmonies of #74764E
Complementary color
Monochromatic Colors of #74764E
Black with #74764E
Text Example
Text Example
White with #74764E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74764E; }
p { color: rgb(116,118,78); }
H1.HeaderClassName
{
color: #74764E;
}
.AnyTagClassName
{
color: #74764E;
}
</style>
background-color css
<style>
a { background-color: #74764E; }
a { background-color: rgb(116,118,78); }
div.DivClassName
{
background-color: #74764E;
}
.BgClassName
{
background-color: #74764E;
}
</style>
border-color css
<style>
span { border-color: #74764E; }
span { border-color: rgb(116,118,78); }
td.TdClassName
{
border-color: #74764E;
}
.TagClassName
{
border-color: #74764E;
}
</style>