Shades of Finch #747951
Tints of Finch #747951
RGB
CMYK
RGB Variations
Color information
#747951 (or 0x747951) is known color: Finch. HEX triplet: 74, 79 and 51. RGB value is (116,121,81). Sum of RGB (Red+Green+Blue) = 116+121+81=318 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.48% from 318); Green value is 121 (47.66% from 255 or 38.05% from 318); Blue value is 81 (32.03% from 255 or 25.47% from 318); Max value from RGB is 121 - color contains mainly: green. Hex color #747951 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747951 is #8B86AE. Grayscale: #737373. Windows color (decimal): -9143983 or 5339508. OLE color: 5339508.
HSL color Cylindrical-coordinate representation of color #747951: hue angle of 67.5º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #747951 is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 116 | 121 | 81 | - |
| CMYK | 0.04 | 0 | 0.33 | 0.53 |
| HSL | 67.5º | 0.2% | 0.4% | - |
| HSV(B) | 67.5º | 0.33% | 0.47% | - |
| XYZ | 15.53 | 17.98 | 10.44 | - |
| YUV | 114.95 | 108.84 | 128.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 121 | 81 | 0.04 | 0 | 0.33 | 0.53 | 67.5 | 0.2 | 0.4 |
| Hex | 74 | 79 | 51 | 4 | 0 | 21 | 35 | 44 | 14 | 28 |
| Octal | 164 | 171 | 121 | 4 | 0 | 41 | 65 | 104 | 24 | 50 |
| Binary | 1110100 | 1111001 | 1010001 | 100 | 0 | 100001 | 110101 | 1000100 | 10100 | 101000 |
Color Harmonies of #747951
Complementary color
Monochromatic Colors of #747951
Black with #747951
Text Example
Text Example
White with #747951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747951; }
p { color: rgb(116,121,81); }
H1.HeaderClassName
{
color: #747951;
}
.AnyTagClassName
{
color: #747951;
}
</style>
background-color css
<style>
a { background-color: #747951; }
a { background-color: rgb(116,121,81); }
div.DivClassName
{
background-color: #747951;
}
.BgClassName
{
background-color: #747951;
}
</style>
border-color css
<style>
span { border-color: #747951; }
span { border-color: rgb(116,121,81); }
td.TdClassName
{
border-color: #747951;
}
.TagClassName
{
border-color: #747951;
}
</style>