Shades of Finch #748057
Tints of Finch #748057
RGB
CMYK
RGB Variations
Color information
#748057 (or 0x748057) is known color: Finch. HEX triplet: 74, 80 and 57. RGB value is (116,128,87). Sum of RGB (Red+Green+Blue) = 116+128+87=331 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.05% from 331); Green value is 128 (50.39% from 255 or 38.67% from 331); Blue value is 87 (34.38% from 255 or 26.28% from 331); Max value from RGB is 128 - color contains mainly: green. Hex color #748057 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748057 is #8B7FA8. Grayscale: #777777. Windows color (decimal): -9142185 or 5734516. OLE color: 5734516.
HSL color Cylindrical-coordinate representation of color #748057: hue angle of 77.56º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #748057 is Cyan = 0.09, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 116 | 128 | 87 | - |
| CMYK | 0.09 | 0 | 0.32 | 0.50 |
| HSL | 77.56º | 0.19% | 0.42% | - |
| HSV(B) | 77.56º | 0.32% | 0.5% | - |
| XYZ | 16.64 | 19.84 | 11.97 | - |
| YUV | 119.74 | 109.52 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 128 | 87 | 0.09 | 0 | 0.32 | 0.50 | 77.56 | 0.19 | 0.42 |
| Hex | 74 | 80 | 57 | 9 | 0 | 20 | 32 | 4E | 13 | 2A |
| Octal | 164 | 200 | 127 | 11 | 0 | 40 | 62 | 116 | 23 | 52 |
| Binary | 1110100 | 10000000 | 1010111 | 1001 | 0 | 100000 | 110010 | 1001110 | 10011 | 101010 |
Color Harmonies of #748057
Complementary color
Monochromatic Colors of #748057
Black with #748057
Text Example
Text Example
White with #748057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748057; }
p { color: rgb(116,128,87); }
H1.HeaderClassName
{
color: #748057;
}
.AnyTagClassName
{
color: #748057;
}
</style>
background-color css
<style>
a { background-color: #748057; }
a { background-color: rgb(116,128,87); }
div.DivClassName
{
background-color: #748057;
}
.BgClassName
{
background-color: #748057;
}
</style>
border-color css
<style>
span { border-color: #748057; }
span { border-color: rgb(116,128,87); }
td.TdClassName
{
border-color: #748057;
}
.TagClassName
{
border-color: #748057;
}
</style>