Shades of Finch #747753
Tints of Finch #747753
RGB
CMYK
RGB Variations
Color information
#747753 (or 0x747753) is known color: Finch. HEX triplet: 74, 77 and 53. RGB value is (116,119,83). Sum of RGB (Red+Green+Blue) = 116+119+83=318 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.48% from 318); Green value is 119 (46.88% from 255 or 37.42% from 318); Blue value is 83 (32.81% from 255 or 26.10% from 318); Max value from RGB is 119 - color contains mainly: green. Hex color #747753 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747753 is #8B88AC. Grayscale: #727272. Windows color (decimal): -9144493 or 5470068. OLE color: 5470068.
HSL color Cylindrical-coordinate representation of color #747753: hue angle of 65º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #747753 is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 116 | 119 | 83 | - |
| CMYK | 0.03 | 0 | 0.30 | 0.53 |
| HSL | 65º | 0.18% | 0.4% | - |
| HSV(B) | 65º | 0.3% | 0.47% | - |
| XYZ | 15.36 | 17.53 | 10.76 | - |
| YUV | 114 | 110.51 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 119 | 83 | 0.03 | 0 | 0.30 | 0.53 | 65 | 0.18 | 0.4 |
| Hex | 74 | 77 | 53 | 3 | 0 | 1E | 35 | 41 | 12 | 28 |
| Octal | 164 | 167 | 123 | 3 | 0 | 36 | 65 | 101 | 22 | 50 |
| Binary | 1110100 | 1110111 | 1010011 | 11 | 0 | 11110 | 110101 | 1000001 | 10010 | 101000 |
Color Harmonies of #747753
Complementary color
Monochromatic Colors of #747753
Black with #747753
Text Example
Text Example
White with #747753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747753; }
p { color: rgb(116,119,83); }
H1.HeaderClassName
{
color: #747753;
}
.AnyTagClassName
{
color: #747753;
}
</style>
background-color css
<style>
a { background-color: #747753; }
a { background-color: rgb(116,119,83); }
div.DivClassName
{
background-color: #747753;
}
.BgClassName
{
background-color: #747753;
}
</style>
border-color css
<style>
span { border-color: #747753; }
span { border-color: rgb(116,119,83); }
td.TdClassName
{
border-color: #747753;
}
.TagClassName
{
border-color: #747753;
}
</style>