Shades of Finch #75785E
Tints of Finch #75785E
RGB
CMYK
RGB Variations
Color information
#75785E (or 0x75785E) is known color: Finch. HEX triplet: 75, 78 and 5E. RGB value is (117,120,94). Sum of RGB (Red+Green+Blue) = 117+120+94=331 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.35% from 331); Green value is 120 (47.27% from 255 or 36.25% from 331); Blue value is 94 (37.11% from 255 or 28.40% from 331); Max value from RGB is 120 - color contains mainly: green. Hex color #75785E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75785E is #8A87A1. Grayscale: #747474. Windows color (decimal): -9078690 or 6191221. OLE color: 6191221.
HSL color Cylindrical-coordinate representation of color #75785E: hue angle of 66.92º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #75785E is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 117 | 120 | 94 | - |
| CMYK | 0.02 | 0 | 0.22 | 0.53 |
| HSL | 66.92º | 0.12% | 0.42% | - |
| HSV(B) | 66.92º | 0.22% | 0.47% | - |
| XYZ | 16.07 | 18.02 | 13.22 | - |
| YUV | 116.14 | 115.51 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 120 | 94 | 0.02 | 0 | 0.22 | 0.53 | 66.92 | 0.12 | 0.42 |
| Hex | 75 | 78 | 5E | 2 | 0 | 16 | 35 | 43 | C | 2A |
| Octal | 165 | 170 | 136 | 2 | 0 | 26 | 65 | 103 | 14 | 52 |
| Binary | 1110101 | 1111000 | 1011110 | 10 | 0 | 10110 | 110101 | 1000011 | 1100 | 101010 |
Color Harmonies of #75785E
Complementary color
Monochromatic Colors of #75785E
Black with #75785E
Text Example
Text Example
White with #75785E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75785E; }
p { color: rgb(117,120,94); }
H1.HeaderClassName
{
color: #75785E;
}
.AnyTagClassName
{
color: #75785E;
}
</style>
background-color css
<style>
a { background-color: #75785E; }
a { background-color: rgb(117,120,94); }
div.DivClassName
{
background-color: #75785E;
}
.BgClassName
{
background-color: #75785E;
}
</style>
border-color css
<style>
span { border-color: #75785E; }
span { border-color: rgb(117,120,94); }
td.TdClassName
{
border-color: #75785E;
}
.TagClassName
{
border-color: #75785E;
}
</style>