Shades of Finch #747855
Tints of Finch #747855
RGB
CMYK
RGB Variations
Color information
#747855 (or 0x747855) is known color: Finch. HEX triplet: 74, 78 and 55. RGB value is (116,120,85). Sum of RGB (Red+Green+Blue) = 116+120+85=321 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.14% from 321); Green value is 120 (47.27% from 255 or 37.38% from 321); Blue value is 85 (33.59% from 255 or 26.48% from 321); Max value from RGB is 120 - color contains mainly: green. Hex color #747855 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747855 is #8B87AA. Grayscale: #727272. Windows color (decimal): -9144235 or 5601396. OLE color: 5601396.
HSL color Cylindrical-coordinate representation of color #747855: hue angle of 66.86º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #747855 is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 116 | 120 | 85 | - |
| CMYK | 0.03 | 0 | 0.29 | 0.53 |
| HSL | 66.86º | 0.17% | 0.4% | - |
| HSV(B) | 66.86º | 0.29% | 0.47% | - |
| XYZ | 15.56 | 17.8 | 11.21 | - |
| YUV | 114.81 | 111.17 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 120 | 85 | 0.03 | 0 | 0.29 | 0.53 | 66.86 | 0.17 | 0.4 |
| Hex | 74 | 78 | 55 | 3 | 0 | 1D | 35 | 43 | 11 | 28 |
| Octal | 164 | 170 | 125 | 3 | 0 | 35 | 65 | 103 | 21 | 50 |
| Binary | 1110100 | 1111000 | 1010101 | 11 | 0 | 11101 | 110101 | 1000011 | 10001 | 101000 |
Color Harmonies of #747855
Complementary color
Monochromatic Colors of #747855
Black with #747855
Text Example
Text Example
White with #747855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747855; }
p { color: rgb(116,120,85); }
H1.HeaderClassName
{
color: #747855;
}
.AnyTagClassName
{
color: #747855;
}
</style>
background-color css
<style>
a { background-color: #747855; }
a { background-color: rgb(116,120,85); }
div.DivClassName
{
background-color: #747855;
}
.BgClassName
{
background-color: #747855;
}
</style>
border-color css
<style>
span { border-color: #747855; }
span { border-color: rgb(116,120,85); }
td.TdClassName
{
border-color: #747855;
}
.TagClassName
{
border-color: #747855;
}
</style>