Shades of Finch #747765
Tints of Finch #747765
RGB
CMYK
RGB Variations
Color information
#747765 (or 0x747765) is known color: Finch. HEX triplet: 74, 77 and 65. RGB value is (116,119,101). Sum of RGB (Red+Green+Blue) = 116+119+101=336 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.52% from 336); Green value is 119 (46.88% from 255 or 35.42% from 336); Blue value is 101 (39.84% from 255 or 30.06% from 336); Max value from RGB is 119 - color contains mainly: green. Hex color #747765 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747765 is #8B889A. Grayscale: #747474. Windows color (decimal): -9144475 or 6649716. OLE color: 6649716.
HSL color Cylindrical-coordinate representation of color #747765: hue angle of 70º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #747765 is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 116 | 119 | 101 | - |
| CMYK | 0.03 | 0 | 0.15 | 0.53 |
| HSL | 70º | 0.08% | 0.43% | - |
| HSV(B) | 70º | 0.15% | 0.47% | - |
| XYZ | 16.15 | 17.85 | 14.91 | - |
| YUV | 116.05 | 119.51 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 119 | 101 | 0.03 | 0 | 0.15 | 0.53 | 70 | 0.08 | 0.43 |
| Hex | 74 | 77 | 65 | 3 | 0 | F | 35 | 46 | 8 | 2B |
| Octal | 164 | 167 | 145 | 3 | 0 | 17 | 65 | 106 | 10 | 53 |
| Binary | 1110100 | 1110111 | 1100101 | 11 | 0 | 1111 | 110101 | 1000110 | 1000 | 101011 |
Color Harmonies of #747765
Complementary color
Monochromatic Colors of #747765
Black with #747765
Text Example
Text Example
White with #747765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747765; }
p { color: rgb(116,119,101); }
H1.HeaderClassName
{
color: #747765;
}
.AnyTagClassName
{
color: #747765;
}
</style>
background-color css
<style>
a { background-color: #747765; }
a { background-color: rgb(116,119,101); }
div.DivClassName
{
background-color: #747765;
}
.BgClassName
{
background-color: #747765;
}
</style>
border-color css
<style>
span { border-color: #747765; }
span { border-color: rgb(116,119,101); }
td.TdClassName
{
border-color: #747765;
}
.TagClassName
{
border-color: #747765;
}
</style>