Shades of Finch #747766
Tints of Finch #747766
RGB
CMYK
RGB Variations
Color information
#747766 (or 0x747766) is known color: Finch. HEX triplet: 74, 77 and 66. RGB value is (116,119,102). Sum of RGB (Red+Green+Blue) = 116+119+102=337 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.42% from 337); Green value is 119 (46.88% from 255 or 35.31% from 337); Blue value is 102 (40.23% from 255 or 30.27% from 337); Max value from RGB is 119 - color contains mainly: green. Hex color #747766 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747766 is #8B8899. Grayscale: #747474. Windows color (decimal): -9144474 or 6715252. OLE color: 6715252.
HSL color Cylindrical-coordinate representation of color #747766: hue angle of 70.59º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #747766 is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 116 | 119 | 102 | - |
| CMYK | 0.03 | 0 | 0.14 | 0.53 |
| HSL | 70.59º | 0.08% | 0.43% | - |
| HSV(B) | 70.59º | 0.14% | 0.47% | - |
| XYZ | 16.2 | 17.87 | 15.17 | - |
| YUV | 116.17 | 120.01 | 127.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 119 | 102 | 0.03 | 0 | 0.14 | 0.53 | 70.59 | 0.08 | 0.43 |
| Hex | 74 | 77 | 66 | 3 | 0 | E | 35 | 47 | 8 | 2B |
| Octal | 164 | 167 | 146 | 3 | 0 | 16 | 65 | 107 | 10 | 53 |
| Binary | 1110100 | 1110111 | 1100110 | 11 | 0 | 1110 | 110101 | 1000111 | 1000 | 101011 |
Color Harmonies of #747766
Complementary color
Monochromatic Colors of #747766
Black with #747766
Text Example
Text Example
White with #747766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747766; }
p { color: rgb(116,119,102); }
H1.HeaderClassName
{
color: #747766;
}
.AnyTagClassName
{
color: #747766;
}
</style>
background-color css
<style>
a { background-color: #747766; }
a { background-color: rgb(116,119,102); }
div.DivClassName
{
background-color: #747766;
}
.BgClassName
{
background-color: #747766;
}
</style>
border-color css
<style>
span { border-color: #747766; }
span { border-color: rgb(116,119,102); }
td.TdClassName
{
border-color: #747766;
}
.TagClassName
{
border-color: #747766;
}
</style>