Shades of Finch #758250
Tints of Finch #758250
RGB
CMYK
RGB Variations
Color information
#758250 (or 0x758250) is known color: Finch. HEX triplet: 75, 82 and 50. RGB value is (117,130,80). Sum of RGB (Red+Green+Blue) = 117+130+80=327 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.78% from 327); Green value is 130 (51.17% from 255 or 39.76% from 327); Blue value is 80 (31.64% from 255 or 24.46% from 327); Max value from RGB is 130 - color contains mainly: green. Hex color #758250 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758250 is #8A7DAF. Grayscale: #787878. Windows color (decimal): -9076144 or 5276277. OLE color: 5276277.
HSL color Cylindrical-coordinate representation of color #758250: hue angle of 75.6º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #758250 is Cyan = 0.1, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 117 | 130 | 80 | - |
| CMYK | 0.1 | 0 | 0.38 | 0.49 |
| HSL | 75.6º | 0.24% | 0.41% | - |
| HSV(B) | 75.6º | 0.38% | 0.51% | - |
| XYZ | 16.77 | 20.33 | 10.63 | - |
| YUV | 120.41 | 105.19 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 130 | 80 | 0.1 | 0 | 0.38 | 0.49 | 75.6 | 0.24 | 0.41 |
| Hex | 75 | 82 | 50 | A | 0 | 26 | 31 | 4C | 18 | 29 |
| Octal | 165 | 202 | 120 | 12 | 0 | 46 | 61 | 114 | 30 | 51 |
| Binary | 1110101 | 10000010 | 1010000 | 1010 | 0 | 100110 | 110001 | 1001100 | 11000 | 101001 |
Color Harmonies of #758250
Complementary color
Monochromatic Colors of #758250
Black with #758250
Text Example
Text Example
White with #758250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758250; }
p { color: rgb(117,130,80); }
H1.HeaderClassName
{
color: #758250;
}
.AnyTagClassName
{
color: #758250;
}
</style>
background-color css
<style>
a { background-color: #758250; }
a { background-color: rgb(117,130,80); }
div.DivClassName
{
background-color: #758250;
}
.BgClassName
{
background-color: #758250;
}
</style>
border-color css
<style>
span { border-color: #758250; }
span { border-color: rgb(117,130,80); }
td.TdClassName
{
border-color: #758250;
}
.TagClassName
{
border-color: #758250;
}
</style>