Shades of Finch #758050
Tints of Finch #758050
RGB
CMYK
RGB Variations
Color information
#758050 (or 0x758050) is known color: Finch. HEX triplet: 75, 80 and 50. RGB value is (117,128,80). Sum of RGB (Red+Green+Blue) = 117+128+80=325 (43% of max value = 765). Red value is 117 (46.09% from 255 or 36% from 325); Green value is 128 (50.39% from 255 or 39.38% from 325); Blue value is 80 (31.64% from 255 or 24.62% from 325); Max value from RGB is 128 - color contains mainly: green. Hex color #758050 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758050 is #8A7FAF. Grayscale: #777777. Windows color (decimal): -9076656 or 5275765. OLE color: 5275765.
HSL color Cylindrical-coordinate representation of color #758050: hue angle of 73.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 #758050 is Cyan = 0.09, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 117 | 128 | 80 | - |
| CMYK | 0.09 | 0 | 0.38 | 0.50 |
| HSL | 73.75º | 0.23% | 0.41% | - |
| HSV(B) | 73.75º | 0.38% | 0.5% | - |
| XYZ | 16.5 | 19.8 | 10.54 | - |
| YUV | 119.24 | 105.86 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 128 | 80 | 0.09 | 0 | 0.38 | 0.50 | 73.75 | 0.23 | 0.41 |
| Hex | 75 | 80 | 50 | 9 | 0 | 26 | 32 | 4A | 17 | 29 |
| Octal | 165 | 200 | 120 | 11 | 0 | 46 | 62 | 112 | 27 | 51 |
| Binary | 1110101 | 10000000 | 1010000 | 1001 | 0 | 100110 | 110010 | 1001010 | 10111 | 101001 |
Color Harmonies of #758050
Complementary color
Monochromatic Colors of #758050
Black with #758050
Text Example
Text Example
White with #758050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758050; }
p { color: rgb(117,128,80); }
H1.HeaderClassName
{
color: #758050;
}
.AnyTagClassName
{
color: #758050;
}
</style>
background-color css
<style>
a { background-color: #758050; }
a { background-color: rgb(117,128,80); }
div.DivClassName
{
background-color: #758050;
}
.BgClassName
{
background-color: #758050;
}
</style>
border-color css
<style>
span { border-color: #758050; }
span { border-color: rgb(117,128,80); }
td.TdClassName
{
border-color: #758050;
}
.TagClassName
{
border-color: #758050;
}
</style>