Shades of Finch #75785C
Tints of Finch #75785C
RGB
CMYK
RGB Variations
Color information
#75785C (or 0x75785C) is known color: Finch. HEX triplet: 75, 78 and 5C. RGB value is (117,120,92). Sum of RGB (Red+Green+Blue) = 117+120+92=329 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.56% from 329); Green value is 120 (47.27% from 255 or 36.47% from 329); Blue value is 92 (36.33% from 255 or 27.96% from 329); Max value from RGB is 120 - color contains mainly: green. Hex color #75785C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75785C is #8A87A3. Grayscale: #747474. Windows color (decimal): -9078692 or 6060149. OLE color: 6060149.
HSL color Cylindrical-coordinate representation of color #75785C: hue angle of 66.43º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #75785C is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 117 | 120 | 92 | - |
| CMYK | 0.02 | 0 | 0.23 | 0.53 |
| HSL | 66.43º | 0.13% | 0.42% | - |
| HSV(B) | 66.43º | 0.23% | 0.47% | - |
| XYZ | 15.98 | 17.99 | 12.75 | - |
| YUV | 115.91 | 114.51 | 128.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 120 | 92 | 0.02 | 0 | 0.23 | 0.53 | 66.43 | 0.13 | 0.42 |
| Hex | 75 | 78 | 5C | 2 | 0 | 17 | 35 | 42 | D | 2A |
| Octal | 165 | 170 | 134 | 2 | 0 | 27 | 65 | 102 | 15 | 52 |
| Binary | 1110101 | 1111000 | 1011100 | 10 | 0 | 10111 | 110101 | 1000010 | 1101 | 101010 |
Color Harmonies of #75785C
Complementary color
Monochromatic Colors of #75785C
Black with #75785C
Text Example
Text Example
White with #75785C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75785C; }
p { color: rgb(117,120,92); }
H1.HeaderClassName
{
color: #75785C;
}
.AnyTagClassName
{
color: #75785C;
}
</style>
background-color css
<style>
a { background-color: #75785C; }
a { background-color: rgb(117,120,92); }
div.DivClassName
{
background-color: #75785C;
}
.BgClassName
{
background-color: #75785C;
}
</style>
border-color css
<style>
span { border-color: #75785C; }
span { border-color: rgb(117,120,92); }
td.TdClassName
{
border-color: #75785C;
}
.TagClassName
{
border-color: #75785C;
}
</style>