Shades of Finch #757551
Tints of Finch #757551
RGB
CMYK
RGB Variations
Color information
#757551 (or 0x757551) is known color: Finch. HEX triplet: 75, 75 and 51. RGB value is (117,117,81). Sum of RGB (Red+Green+Blue) = 117+117+81=315 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.14% from 315); Green value is 117 (46.09% from 255 or 37.14% from 315); Blue value is 81 (32.03% from 255 or 25.71% from 315); Max value from RGB is 117 - color contains mainly: red, green. Hex color #757551 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757551 is #8A8AAE. Grayscale: #717171. Windows color (decimal): -9079471 or 5338485. OLE color: 5338485.
HSL color Cylindrical-coordinate representation of color #757551: hue angle of 60º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #757551 is Cyan = 0, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 117 | 81 | - |
| CMYK | 0 | 0 | 0.31 | 0.54 |
| HSL | 60º | 0.18% | 0.39% | - |
| HSV(B) | 60º | 0.31% | 0.46% | - |
| XYZ | 15.18 | 17.1 | 10.28 | - |
| YUV | 112.9 | 110 | 130.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 117 | 81 | 0 | 0 | 0.31 | 0.54 | 60 | 0.18 | 0.39 |
| Hex | 75 | 75 | 51 | 0 | 0 | 1F | 36 | 3C | 12 | 27 |
| Octal | 165 | 165 | 121 | 0 | 0 | 37 | 66 | 74 | 22 | 47 |
| Binary | 1110101 | 1110101 | 1010001 | 0 | 0 | 11111 | 110110 | 111100 | 10010 | 100111 |
Color Harmonies of #757551
Complementary color
Monochromatic Colors of #757551
Black with #757551
Text Example
Text Example
White with #757551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757551; }
p { color: rgb(117,117,81); }
H1.HeaderClassName
{
color: #757551;
}
.AnyTagClassName
{
color: #757551;
}
</style>
background-color css
<style>
a { background-color: #757551; }
a { background-color: rgb(117,117,81); }
div.DivClassName
{
background-color: #757551;
}
.BgClassName
{
background-color: #757551;
}
</style>
border-color css
<style>
span { border-color: #757551; }
span { border-color: rgb(117,117,81); }
td.TdClassName
{
border-color: #757551;
}
.TagClassName
{
border-color: #757551;
}
</style>