Shades of Finch #757955
Tints of Finch #757955
RGB
CMYK
RGB Variations
Color information
#757955 (or 0x757955) is known color: Finch. HEX triplet: 75, 79 and 55. RGB value is (117,121,85). Sum of RGB (Red+Green+Blue) = 117+121+85=323 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.22% from 323); Green value is 121 (47.66% from 255 or 37.46% from 323); Blue value is 85 (33.59% from 255 or 26.32% from 323); Max value from RGB is 121 - color contains mainly: green. Hex color #757955 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757955 is #8A86AA. Grayscale: #737373. Windows color (decimal): -9078443 or 5601653. OLE color: 5601653.
HSL color Cylindrical-coordinate representation of color #757955: hue angle of 66.67º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #757955 is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 117 | 121 | 85 | - |
| CMYK | 0.03 | 0 | 0.30 | 0.53 |
| HSL | 66.67º | 0.17% | 0.4% | - |
| HSV(B) | 66.67º | 0.3% | 0.47% | - |
| XYZ | 15.81 | 18.11 | 11.26 | - |
| YUV | 115.7 | 110.67 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 121 | 85 | 0.03 | 0 | 0.30 | 0.53 | 66.67 | 0.17 | 0.4 |
| Hex | 75 | 79 | 55 | 3 | 0 | 1E | 35 | 43 | 11 | 28 |
| Octal | 165 | 171 | 125 | 3 | 0 | 36 | 65 | 103 | 21 | 50 |
| Binary | 1110101 | 1111001 | 1010101 | 11 | 0 | 11110 | 110101 | 1000011 | 10001 | 101000 |
Color Harmonies of #757955
Complementary color
Monochromatic Colors of #757955
Black with #757955
Text Example
Text Example
White with #757955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757955; }
p { color: rgb(117,121,85); }
H1.HeaderClassName
{
color: #757955;
}
.AnyTagClassName
{
color: #757955;
}
</style>
background-color css
<style>
a { background-color: #757955; }
a { background-color: rgb(117,121,85); }
div.DivClassName
{
background-color: #757955;
}
.BgClassName
{
background-color: #757955;
}
</style>
border-color css
<style>
span { border-color: #757955; }
span { border-color: rgb(117,121,85); }
td.TdClassName
{
border-color: #757955;
}
.TagClassName
{
border-color: #757955;
}
</style>