Shades of Finch #747768
Tints of Finch #747768
RGB
CMYK
RGB Variations
Color information
#747768 (or 0x747768) is known color: Finch. HEX triplet: 74, 77 and 68. RGB value is (116,119,104). Sum of RGB (Red+Green+Blue) = 116+119+104=339 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.22% from 339); Green value is 119 (46.88% from 255 or 35.10% from 339); Blue value is 104 (41.02% from 255 or 30.68% from 339); Max value from RGB is 119 - color contains mainly: green. Hex color #747768 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747768 is #8B8897. Grayscale: #747474. Windows color (decimal): -9144472 or 6846324. OLE color: 6846324.
HSL color Cylindrical-coordinate representation of color #747768: hue angle of 72º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #747768 is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 116 | 119 | 104 | - |
| CMYK | 0.03 | 0 | 0.13 | 0.53 |
| HSL | 72º | 0.07% | 0.44% | - |
| HSV(B) | 72º | 0.13% | 0.47% | - |
| XYZ | 16.3 | 17.91 | 15.69 | - |
| YUV | 116.39 | 121.01 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 119 | 104 | 0.03 | 0 | 0.13 | 0.53 | 72 | 0.07 | 0.44 |
| Hex | 74 | 77 | 68 | 3 | 0 | D | 35 | 48 | 7 | 2C |
| Octal | 164 | 167 | 150 | 3 | 0 | 15 | 65 | 110 | 7 | 54 |
| Binary | 1110100 | 1110111 | 1101000 | 11 | 0 | 1101 | 110101 | 1001000 | 111 | 101100 |
Color Harmonies of #747768
Complementary color
Monochromatic Colors of #747768
Black with #747768
Text Example
Text Example
White with #747768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747768; }
p { color: rgb(116,119,104); }
H1.HeaderClassName
{
color: #747768;
}
.AnyTagClassName
{
color: #747768;
}
</style>
background-color css
<style>
a { background-color: #747768; }
a { background-color: rgb(116,119,104); }
div.DivClassName
{
background-color: #747768;
}
.BgClassName
{
background-color: #747768;
}
</style>
border-color css
<style>
span { border-color: #747768; }
span { border-color: rgb(116,119,104); }
td.TdClassName
{
border-color: #747768;
}
.TagClassName
{
border-color: #747768;
}
</style>