Shades of Finch #758351
Tints of Finch #758351
RGB
CMYK
RGB Variations
Color information
#758351 (or 0x758351) is known color: Finch. HEX triplet: 75, 83 and 51. RGB value is (117,131,81). Sum of RGB (Red+Green+Blue) = 117+131+81=329 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.56% from 329); Green value is 131 (51.56% from 255 or 39.82% from 329); Blue value is 81 (32.03% from 255 or 24.62% from 329); Max value from RGB is 131 - color contains mainly: green. Hex color #758351 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758351 is #8A7CAE. Grayscale: #797979. Windows color (decimal): -9075887 or 5342069. OLE color: 5342069.
HSL color Cylindrical-coordinate representation of color #758351: hue angle of 76.8º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #758351 is Cyan = 0.11, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 117 | 131 | 81 | - |
| CMYK | 0.11 | 0 | 0.38 | 0.49 |
| HSL | 76.8º | 0.24% | 0.42% | - |
| HSV(B) | 76.8º | 0.38% | 0.51% | - |
| XYZ | 16.94 | 20.61 | 10.87 | - |
| YUV | 121.11 | 105.36 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 131 | 81 | 0.11 | 0 | 0.38 | 0.49 | 76.8 | 0.24 | 0.42 |
| Hex | 75 | 83 | 51 | B | 0 | 26 | 31 | 4D | 18 | 2A |
| Octal | 165 | 203 | 121 | 13 | 0 | 46 | 61 | 115 | 30 | 52 |
| Binary | 1110101 | 10000011 | 1010001 | 1011 | 0 | 100110 | 110001 | 1001101 | 11000 | 101010 |
Color Harmonies of #758351
Complementary color
Monochromatic Colors of #758351
Black with #758351
Text Example
Text Example
White with #758351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758351; }
p { color: rgb(117,131,81); }
H1.HeaderClassName
{
color: #758351;
}
.AnyTagClassName
{
color: #758351;
}
</style>
background-color css
<style>
a { background-color: #758351; }
a { background-color: rgb(117,131,81); }
div.DivClassName
{
background-color: #758351;
}
.BgClassName
{
background-color: #758351;
}
</style>
border-color css
<style>
span { border-color: #758351; }
span { border-color: rgb(117,131,81); }
td.TdClassName
{
border-color: #758351;
}
.TagClassName
{
border-color: #758351;
}
</style>