Shades of Finch #747B5D
Tints of Finch #747B5D
RGB
CMYK
RGB Variations
Color information
#747B5D (or 0x747B5D) is known color: Finch. HEX triplet: 74, 7B and 5D. RGB value is (116,123,93). Sum of RGB (Red+Green+Blue) = 116+123+93=332 (43% of max value = 765). Red value is 116 (45.70% from 255 or 34.94% from 332); Green value is 123 (48.44% from 255 or 37.05% from 332); Blue value is 93 (36.72% from 255 or 28.01% from 332); Max value from RGB is 123 - color contains mainly: green. Hex color #747B5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747B5D is #8B84A2. Grayscale: #757575. Windows color (decimal): -9143459 or 6126452. OLE color: 6126452.
HSL color Cylindrical-coordinate representation of color #747B5D: hue angle of 74º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #747B5D is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 116 | 123 | 93 | - |
| CMYK | 0.06 | 0 | 0.24 | 0.52 |
| HSL | 74º | 0.14% | 0.42% | - |
| HSV(B) | 74º | 0.24% | 0.48% | - |
| XYZ | 16.26 | 18.67 | 13.1 | - |
| YUV | 117.49 | 114.18 | 126.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 123 | 93 | 0.06 | 0 | 0.24 | 0.52 | 74 | 0.14 | 0.42 |
| Hex | 74 | 7B | 5D | 6 | 0 | 18 | 34 | 4A | E | 2A |
| Octal | 164 | 173 | 135 | 6 | 0 | 30 | 64 | 112 | 16 | 52 |
| Binary | 1110100 | 1111011 | 1011101 | 110 | 0 | 11000 | 110100 | 1001010 | 1110 | 101010 |
Color Harmonies of #747B5D
Complementary color
Monochromatic Colors of #747B5D
Black with #747B5D
Text Example
Text Example
White with #747B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747B5D; }
p { color: rgb(116,123,93); }
H1.HeaderClassName
{
color: #747B5D;
}
.AnyTagClassName
{
color: #747B5D;
}
</style>
background-color css
<style>
a { background-color: #747B5D; }
a { background-color: rgb(116,123,93); }
div.DivClassName
{
background-color: #747B5D;
}
.BgClassName
{
background-color: #747B5D;
}
</style>
border-color css
<style>
span { border-color: #747B5D; }
span { border-color: rgb(116,123,93); }
td.TdClassName
{
border-color: #747B5D;
}
.TagClassName
{
border-color: #747B5D;
}
</style>