Shades of Finch #748050
Tints of Finch #748050
RGB
CMYK
RGB Variations
Color information
#748050 (or 0x748050) is known color: Finch. HEX triplet: 74, 80 and 50. RGB value is (116,128,80). Sum of RGB (Red+Green+Blue) = 116+128+80=324 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.80% from 324); Green value is 128 (50.39% from 255 or 39.51% from 324); Blue value is 80 (31.64% from 255 or 24.69% from 324); Max value from RGB is 128 - color contains mainly: green. Hex color #748050 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748050 is #8B7FAF. Grayscale: #777777. Windows color (decimal): -9142192 or 5275764. OLE color: 5275764.
HSL color Cylindrical-coordinate representation of color #748050: hue angle of 75º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #748050 is Cyan = 0.09, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 116 | 128 | 80 | - |
| CMYK | 0.09 | 0 | 0.38 | 0.50 |
| HSL | 75º | 0.23% | 0.41% | - |
| HSV(B) | 75º | 0.38% | 0.5% | - |
| XYZ | 16.37 | 19.73 | 10.54 | - |
| YUV | 118.94 | 106.02 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 128 | 80 | 0.09 | 0 | 0.38 | 0.50 | 75 | 0.23 | 0.41 |
| Hex | 74 | 80 | 50 | 9 | 0 | 26 | 32 | 4B | 17 | 29 |
| Octal | 164 | 200 | 120 | 11 | 0 | 46 | 62 | 113 | 27 | 51 |
| Binary | 1110100 | 10000000 | 1010000 | 1001 | 0 | 100110 | 110010 | 1001011 | 10111 | 101001 |
Color Harmonies of #748050
Complementary color
Monochromatic Colors of #748050
Black with #748050
Text Example
Text Example
White with #748050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748050; }
p { color: rgb(116,128,80); }
H1.HeaderClassName
{
color: #748050;
}
.AnyTagClassName
{
color: #748050;
}
</style>
background-color css
<style>
a { background-color: #748050; }
a { background-color: rgb(116,128,80); }
div.DivClassName
{
background-color: #748050;
}
.BgClassName
{
background-color: #748050;
}
</style>
border-color css
<style>
span { border-color: #748050; }
span { border-color: rgb(116,128,80); }
td.TdClassName
{
border-color: #748050;
}
.TagClassName
{
border-color: #748050;
}
</style>