Shades of Finch #747867
Tints of Finch #747867
RGB
CMYK
RGB Variations
Color information
#747867 (or 0x747867) is known color: Finch. HEX triplet: 74, 78 and 67. RGB value is (116,120,103). Sum of RGB (Red+Green+Blue) = 116+120+103=339 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.22% from 339); Green value is 120 (47.27% from 255 or 35.40% from 339); Blue value is 103 (40.62% from 255 or 30.38% from 339); Max value from RGB is 120 - color contains mainly: green. Hex color #747867 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747867 is #8B8798. Grayscale: #747474. Windows color (decimal): -9144217 or 6781044. OLE color: 6781044.
HSL color Cylindrical-coordinate representation of color #747867: hue angle of 74.12º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #747867 is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 116 | 120 | 103 | - |
| CMYK | 0.03 | 0 | 0.14 | 0.53 |
| HSL | 74.12º | 0.08% | 0.44% | - |
| HSV(B) | 74.12º | 0.14% | 0.47% | - |
| XYZ | 16.37 | 18.13 | 15.47 | - |
| YUV | 116.87 | 120.17 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 120 | 103 | 0.03 | 0 | 0.14 | 0.53 | 74.12 | 0.08 | 0.44 |
| Hex | 74 | 78 | 67 | 3 | 0 | E | 35 | 4A | 8 | 2C |
| Octal | 164 | 170 | 147 | 3 | 0 | 16 | 65 | 112 | 10 | 54 |
| Binary | 1110100 | 1111000 | 1100111 | 11 | 0 | 1110 | 110101 | 1001010 | 1000 | 101100 |
Color Harmonies of #747867
Complementary color
Monochromatic Colors of #747867
Black with #747867
Text Example
Text Example
White with #747867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747867; }
p { color: rgb(116,120,103); }
H1.HeaderClassName
{
color: #747867;
}
.AnyTagClassName
{
color: #747867;
}
</style>
background-color css
<style>
a { background-color: #747867; }
a { background-color: rgb(116,120,103); }
div.DivClassName
{
background-color: #747867;
}
.BgClassName
{
background-color: #747867;
}
</style>
border-color css
<style>
span { border-color: #747867; }
span { border-color: rgb(116,120,103); }
td.TdClassName
{
border-color: #747867;
}
.TagClassName
{
border-color: #747867;
}
</style>