Shades of Finch #74764D
Tints of Finch #74764D
RGB
CMYK
RGB Variations
Color information
#74764D (or 0x74764D) is known color: Finch. HEX triplet: 74, 76 and 4D. RGB value is (116,118,77). Sum of RGB (Red+Green+Blue) = 116+118+77=311 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.30% from 311); Green value is 118 (46.48% from 255 or 37.94% from 311); Blue value is 77 (30.47% from 255 or 24.76% from 311); Max value from RGB is 118 - color contains mainly: green. Hex color #74764D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74764D is #8B89B2. Grayscale: #707070. Windows color (decimal): -9144755 or 5076596. OLE color: 5076596.
HSL color Cylindrical-coordinate representation of color #74764D: hue angle of 62.93º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #74764D is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 116 | 118 | 77 | - |
| CMYK | 0.02 | 0 | 0.35 | 0.54 |
| HSL | 62.93º | 0.21% | 0.38% | - |
| HSV(B) | 62.93º | 0.35% | 0.46% | - |
| XYZ | 15.02 | 17.21 | 9.55 | - |
| YUV | 112.73 | 107.84 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 118 | 77 | 0.02 | 0 | 0.35 | 0.54 | 62.93 | 0.21 | 0.38 |
| Hex | 74 | 76 | 4D | 2 | 0 | 23 | 36 | 3F | 15 | 26 |
| Octal | 164 | 166 | 115 | 2 | 0 | 43 | 66 | 77 | 25 | 46 |
| Binary | 1110100 | 1110110 | 1001101 | 10 | 0 | 100011 | 110110 | 111111 | 10101 | 100110 |
Color Harmonies of #74764D
Complementary color
Monochromatic Colors of #74764D
Black with #74764D
Text Example
Text Example
White with #74764D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74764D; }
p { color: rgb(116,118,77); }
H1.HeaderClassName
{
color: #74764D;
}
.AnyTagClassName
{
color: #74764D;
}
</style>
background-color css
<style>
a { background-color: #74764D; }
a { background-color: rgb(116,118,77); }
div.DivClassName
{
background-color: #74764D;
}
.BgClassName
{
background-color: #74764D;
}
</style>
border-color css
<style>
span { border-color: #74764D; }
span { border-color: rgb(116,118,77); }
td.TdClassName
{
border-color: #74764D;
}
.TagClassName
{
border-color: #74764D;
}
</style>