Shades of Finch #74755D
Tints of Finch #74755D
RGB
CMYK
RGB Variations
Color information
#74755D (or 0x74755D) is known color: Finch. HEX triplet: 74, 75 and 5D. RGB value is (116,117,93). Sum of RGB (Red+Green+Blue) = 116+117+93=326 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.58% from 326); Green value is 117 (46.09% from 255 or 35.89% from 326); Blue value is 93 (36.72% from 255 or 28.53% from 326); Max value from RGB is 117 - color contains mainly: green. Hex color #74755D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74755D is #8B8AA2. Grayscale: #727272. Windows color (decimal): -9144995 or 6124916. OLE color: 6124916.
HSL color Cylindrical-coordinate representation of color #74755D: hue angle of 62.5º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #74755D is Cyan = 0.01, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 116 | 117 | 93 | - |
| CMYK | 0.01 | 0 | 0.21 | 0.54 |
| HSL | 62.5º | 0.11% | 0.41% | - |
| HSV(B) | 62.5º | 0.21% | 0.46% | - |
| XYZ | 15.54 | 17.23 | 12.86 | - |
| YUV | 113.97 | 116.17 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 117 | 93 | 0.01 | 0 | 0.21 | 0.54 | 62.5 | 0.11 | 0.41 |
| Hex | 74 | 75 | 5D | 1 | 0 | 15 | 36 | 3F | B | 29 |
| Octal | 164 | 165 | 135 | 1 | 0 | 25 | 66 | 77 | 13 | 51 |
| Binary | 1110100 | 1110101 | 1011101 | 1 | 0 | 10101 | 110110 | 111111 | 1011 | 101001 |
Color Harmonies of #74755D
Complementary color
Monochromatic Colors of #74755D
Black with #74755D
Text Example
Text Example
White with #74755D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74755D; }
p { color: rgb(116,117,93); }
H1.HeaderClassName
{
color: #74755D;
}
.AnyTagClassName
{
color: #74755D;
}
</style>
background-color css
<style>
a { background-color: #74755D; }
a { background-color: rgb(116,117,93); }
div.DivClassName
{
background-color: #74755D;
}
.BgClassName
{
background-color: #74755D;
}
</style>
border-color css
<style>
span { border-color: #74755D; }
span { border-color: rgb(116,117,93); }
td.TdClassName
{
border-color: #74755D;
}
.TagClassName
{
border-color: #74755D;
}
</style>