Shades of Finch #747B5B
Tints of Finch #747B5B
RGB
CMYK
RGB Variations
Color information
#747B5B (or 0x747B5B) is known color: Finch. HEX triplet: 74, 7B and 5B. RGB value is (116,123,91). Sum of RGB (Red+Green+Blue) = 116+123+91=330 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.15% from 330); Green value is 123 (48.44% from 255 or 37.27% from 330); Blue value is 91 (35.94% from 255 or 27.58% from 330); Max value from RGB is 123 - color contains mainly: green. Hex color #747B5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747B5B is #8B84A4. Grayscale: #757575. Windows color (decimal): -9143461 or 5995380. OLE color: 5995380.
HSL color Cylindrical-coordinate representation of color #747B5B: hue angle of 73.12º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #747B5B is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 116 | 123 | 91 | - |
| CMYK | 0.06 | 0 | 0.26 | 0.52 |
| HSL | 73.13º | 0.15% | 0.42% | - |
| HSV(B) | 73.13º | 0.26% | 0.48% | - |
| XYZ | 16.17 | 18.63 | 12.64 | - |
| YUV | 117.26 | 113.18 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 123 | 91 | 0.06 | 0 | 0.26 | 0.52 | 73.13 | 0.15 | 0.42 |
| Hex | 74 | 7B | 5B | 6 | 0 | 1A | 34 | 49 | F | 2A |
| Octal | 164 | 173 | 133 | 6 | 0 | 32 | 64 | 111 | 17 | 52 |
| Binary | 1110100 | 1111011 | 1011011 | 110 | 0 | 11010 | 110100 | 1001001 | 1111 | 101010 |
Color Harmonies of #747B5B
Complementary color
Monochromatic Colors of #747B5B
Black with #747B5B
Text Example
Text Example
White with #747B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747B5B; }
p { color: rgb(116,123,91); }
H1.HeaderClassName
{
color: #747B5B;
}
.AnyTagClassName
{
color: #747B5B;
}
</style>
background-color css
<style>
a { background-color: #747B5B; }
a { background-color: rgb(116,123,91); }
div.DivClassName
{
background-color: #747B5B;
}
.BgClassName
{
background-color: #747B5B;
}
</style>
border-color css
<style>
span { border-color: #747B5B; }
span { border-color: rgb(116,123,91); }
td.TdClassName
{
border-color: #747B5B;
}
.TagClassName
{
border-color: #747B5B;
}
</style>