Shades of Finch #74764C
Tints of Finch #74764C
RGB
CMYK
RGB Variations
Color information
#74764C (or 0x74764C) is known color: Finch. HEX triplet: 74, 76 and 4C. RGB value is (116,118,76). Sum of RGB (Red+Green+Blue) = 116+118+76=310 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.42% from 310); Green value is 118 (46.48% from 255 or 38.06% from 310); Blue value is 76 (30.08% from 255 or 24.52% from 310); Max value from RGB is 118 - color contains mainly: green. Hex color #74764C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74764C is #8B89B3. Grayscale: #707070. Windows color (decimal): -9144756 or 5011060. OLE color: 5011060.
HSL color Cylindrical-coordinate representation of color #74764C: hue angle of 62.86º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #74764C is Cyan = 0.02, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 116 | 118 | 76 | - |
| CMYK | 0.02 | 0 | 0.36 | 0.54 |
| HSL | 62.86º | 0.22% | 0.38% | - |
| HSV(B) | 62.86º | 0.36% | 0.46% | - |
| XYZ | 14.99 | 17.19 | 9.37 | - |
| YUV | 112.61 | 107.34 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 118 | 76 | 0.02 | 0 | 0.36 | 0.54 | 62.86 | 0.22 | 0.38 |
| Hex | 74 | 76 | 4C | 2 | 0 | 24 | 36 | 3F | 16 | 26 |
| Octal | 164 | 166 | 114 | 2 | 0 | 44 | 66 | 77 | 26 | 46 |
| Binary | 1110100 | 1110110 | 1001100 | 10 | 0 | 100100 | 110110 | 111111 | 10110 | 100110 |
Color Harmonies of #74764C
Complementary color
Monochromatic Colors of #74764C
Black with #74764C
Text Example
Text Example
White with #74764C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74764C; }
p { color: rgb(116,118,76); }
H1.HeaderClassName
{
color: #74764C;
}
.AnyTagClassName
{
color: #74764C;
}
</style>
background-color css
<style>
a { background-color: #74764C; }
a { background-color: rgb(116,118,76); }
div.DivClassName
{
background-color: #74764C;
}
.BgClassName
{
background-color: #74764C;
}
</style>
border-color css
<style>
span { border-color: #74764C; }
span { border-color: rgb(116,118,76); }
td.TdClassName
{
border-color: #74764C;
}
.TagClassName
{
border-color: #74764C;
}
</style>