Shades of Finch #75785B
Tints of Finch #75785B
RGB
CMYK
RGB Variations
Color information
#75785B (or 0x75785B) is known color: Finch. HEX triplet: 75, 78 and 5B. RGB value is (117,120,91). Sum of RGB (Red+Green+Blue) = 117+120+91=328 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.67% from 328); Green value is 120 (47.27% from 255 or 36.59% from 328); Blue value is 91 (35.94% from 255 or 27.74% from 328); Max value from RGB is 120 - color contains mainly: green. Hex color #75785B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75785B is #8A87A4. Grayscale: #737373. Windows color (decimal): -9078693 or 5994613. OLE color: 5994613.
HSL color Cylindrical-coordinate representation of color #75785B: hue angle of 66.21º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #75785B is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 117 | 120 | 91 | - |
| CMYK | 0.02 | 0 | 0.24 | 0.53 |
| HSL | 66.21º | 0.14% | 0.41% | - |
| HSV(B) | 66.21º | 0.24% | 0.47% | - |
| XYZ | 15.94 | 17.97 | 12.53 | - |
| YUV | 115.8 | 114.01 | 128.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 120 | 91 | 0.02 | 0 | 0.24 | 0.53 | 66.21 | 0.14 | 0.41 |
| Hex | 75 | 78 | 5B | 2 | 0 | 18 | 35 | 42 | E | 29 |
| Octal | 165 | 170 | 133 | 2 | 0 | 30 | 65 | 102 | 16 | 51 |
| Binary | 1110101 | 1111000 | 1011011 | 10 | 0 | 11000 | 110101 | 1000010 | 1110 | 101001 |
Color Harmonies of #75785B
Complementary color
Monochromatic Colors of #75785B
Black with #75785B
Text Example
Text Example
White with #75785B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75785B; }
p { color: rgb(117,120,91); }
H1.HeaderClassName
{
color: #75785B;
}
.AnyTagClassName
{
color: #75785B;
}
</style>
background-color css
<style>
a { background-color: #75785B; }
a { background-color: rgb(117,120,91); }
div.DivClassName
{
background-color: #75785B;
}
.BgClassName
{
background-color: #75785B;
}
</style>
border-color css
<style>
span { border-color: #75785B; }
span { border-color: rgb(117,120,91); }
td.TdClassName
{
border-color: #75785B;
}
.TagClassName
{
border-color: #75785B;
}
</style>