Shades of Finch #747767
Tints of Finch #747767
RGB
CMYK
RGB Variations
Color information
#747767 (or 0x747767) is known color: Finch. HEX triplet: 74, 77 and 67. RGB value is (116,119,103). Sum of RGB (Red+Green+Blue) = 116+119+103=338 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.32% from 338); Green value is 119 (46.88% from 255 or 35.21% from 338); Blue value is 103 (40.62% from 255 or 30.47% from 338); Max value from RGB is 119 - color contains mainly: green. Hex color #747767 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747767 is #8B8898. Grayscale: #747474. Windows color (decimal): -9144473 or 6780788. OLE color: 6780788.
HSL color Cylindrical-coordinate representation of color #747767: hue angle of 71.25º 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 #747767 is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 116 | 119 | 103 | - |
| CMYK | 0.03 | 0 | 0.13 | 0.53 |
| HSL | 71.25º | 0.07% | 0.44% | - |
| HSV(B) | 71.25º | 0.13% | 0.47% | - |
| XYZ | 16.25 | 17.89 | 15.43 | - |
| YUV | 116.28 | 120.51 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 119 | 103 | 0.03 | 0 | 0.13 | 0.53 | 71.25 | 0.07 | 0.44 |
| Hex | 74 | 77 | 67 | 3 | 0 | D | 35 | 47 | 7 | 2C |
| Octal | 164 | 167 | 147 | 3 | 0 | 15 | 65 | 107 | 7 | 54 |
| Binary | 1110100 | 1110111 | 1100111 | 11 | 0 | 1101 | 110101 | 1000111 | 111 | 101100 |
Color Harmonies of #747767
Complementary color
Monochromatic Colors of #747767
Black with #747767
Text Example
Text Example
White with #747767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747767; }
p { color: rgb(116,119,103); }
H1.HeaderClassName
{
color: #747767;
}
.AnyTagClassName
{
color: #747767;
}
</style>
background-color css
<style>
a { background-color: #747767; }
a { background-color: rgb(116,119,103); }
div.DivClassName
{
background-color: #747767;
}
.BgClassName
{
background-color: #747767;
}
</style>
border-color css
<style>
span { border-color: #747767; }
span { border-color: rgb(116,119,103); }
td.TdClassName
{
border-color: #747767;
}
.TagClassName
{
border-color: #747767;
}
</style>