Shades of Finch #74766A
Tints of Finch #74766A
RGB
CMYK
RGB Variations
Color information
#74766A (or 0x74766A) is known color: Finch. HEX triplet: 74, 76 and 6A. RGB value is (116,118,106). Sum of RGB (Red+Green+Blue) = 116+118+106=340 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.12% from 340); Green value is 118 (46.48% from 255 or 34.71% from 340); Blue value is 106 (41.80% from 255 or 31.18% from 340); Max value from RGB is 118 - color contains mainly: green. Hex color #74766A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74766A is #8B8995. Grayscale: #747474. Windows color (decimal): -9144726 or 6977140. OLE color: 6977140.
HSL color Cylindrical-coordinate representation of color #74766A: hue angle of 70º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #74766A is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 116 | 118 | 106 | - |
| CMYK | 0.02 | 0 | 0.10 | 0.54 |
| HSL | 70º | 0.05% | 0.44% | - |
| HSV(B) | 70º | 0.1% | 0.46% | - |
| XYZ | 16.28 | 17.71 | 16.2 | - |
| YUV | 116.03 | 122.34 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 118 | 106 | 0.02 | 0 | 0.10 | 0.54 | 70 | 0.05 | 0.44 |
| Hex | 74 | 76 | 6A | 2 | 0 | A | 36 | 46 | 5 | 2C |
| Octal | 164 | 166 | 152 | 2 | 0 | 12 | 66 | 106 | 5 | 54 |
| Binary | 1110100 | 1110110 | 1101010 | 10 | 0 | 1010 | 110110 | 1000110 | 101 | 101100 |
Color Harmonies of #74766A
Complementary color
Monochromatic Colors of #74766A
Black with #74766A
Text Example
Text Example
White with #74766A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74766A; }
p { color: rgb(116,118,106); }
H1.HeaderClassName
{
color: #74766A;
}
.AnyTagClassName
{
color: #74766A;
}
</style>
background-color css
<style>
a { background-color: #74766A; }
a { background-color: rgb(116,118,106); }
div.DivClassName
{
background-color: #74766A;
}
.BgClassName
{
background-color: #74766A;
}
</style>
border-color css
<style>
span { border-color: #74766A; }
span { border-color: rgb(116,118,106); }
td.TdClassName
{
border-color: #74766A;
}
.TagClassName
{
border-color: #74766A;
}
</style>