Shades of Finch #74745D
Tints of Finch #74745D
RGB
CMYK
RGB Variations
Color information
#74745D (or 0x74745D) is known color: Finch. HEX triplet: 74, 74 and 5D. RGB value is (116,116,93). Sum of RGB (Red+Green+Blue) = 116+116+93=325 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.69% from 325); Green value is 116 (45.70% from 255 or 35.69% from 325); Blue value is 93 (36.72% from 255 or 28.62% from 325); Max value from RGB is 116 - color contains mainly: red, green. Hex color #74745D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74745D is #8B8BA2. Grayscale: #717171. Windows color (decimal): -9145251 or 6124660. OLE color: 6124660.
HSL color Cylindrical-coordinate representation of color #74745D: hue angle of 60º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #74745D is Cyan = 0, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 116 | 93 | - |
| CMYK | 0 | 0 | 0.20 | 0.55 |
| HSL | 60º | 0.11% | 0.41% | - |
| HSV(B) | 60º | 0.2% | 0.45% | - |
| XYZ | 15.42 | 16.99 | 12.82 | - |
| YUV | 113.38 | 116.5 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 116 | 93 | 0 | 0 | 0.20 | 0.55 | 60 | 0.11 | 0.41 |
| Hex | 74 | 74 | 5D | 0 | 0 | 14 | 37 | 3C | B | 29 |
| Octal | 164 | 164 | 135 | 0 | 0 | 24 | 67 | 74 | 13 | 51 |
| Binary | 1110100 | 1110100 | 1011101 | 0 | 0 | 10100 | 110111 | 111100 | 1011 | 101001 |
Color Harmonies of #74745D
Complementary color
Monochromatic Colors of #74745D
Black with #74745D
Text Example
Text Example
White with #74745D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74745D; }
p { color: rgb(116,116,93); }
H1.HeaderClassName
{
color: #74745D;
}
.AnyTagClassName
{
color: #74745D;
}
</style>
background-color css
<style>
a { background-color: #74745D; }
a { background-color: rgb(116,116,93); }
div.DivClassName
{
background-color: #74745D;
}
.BgClassName
{
background-color: #74745D;
}
</style>
border-color css
<style>
span { border-color: #74745D; }
span { border-color: rgb(116,116,93); }
td.TdClassName
{
border-color: #74745D;
}
.TagClassName
{
border-color: #74745D;
}
</style>