Shades of Finch #757658
Tints of Finch #757658
RGB
CMYK
RGB Variations
Color information
#757658 (or 0x757658) is known color: Finch. HEX triplet: 75, 76 and 58. RGB value is (117,118,88). Sum of RGB (Red+Green+Blue) = 117+118+88=323 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.22% from 323); Green value is 118 (46.48% from 255 or 36.53% from 323); Blue value is 88 (34.77% from 255 or 27.24% from 323); Max value from RGB is 118 - color contains mainly: green. Hex color #757658 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757658 is #8A89A7. Grayscale: #727272. Windows color (decimal): -9079208 or 5797493. OLE color: 5797493.
HSL color Cylindrical-coordinate representation of color #757658: hue angle of 62º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #757658 is Cyan = 0.01, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 118 | 88 | - |
| CMYK | 0.01 | 0 | 0.25 | 0.54 |
| HSL | 62º | 0.15% | 0.4% | - |
| HSV(B) | 62º | 0.25% | 0.46% | - |
| XYZ | 15.58 | 17.44 | 11.78 | - |
| YUV | 114.28 | 113.17 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 118 | 88 | 0.01 | 0 | 0.25 | 0.54 | 62 | 0.15 | 0.4 |
| Hex | 75 | 76 | 58 | 1 | 0 | 19 | 36 | 3E | F | 28 |
| Octal | 165 | 166 | 130 | 1 | 0 | 31 | 66 | 76 | 17 | 50 |
| Binary | 1110101 | 1110110 | 1011000 | 1 | 0 | 11001 | 110110 | 111110 | 1111 | 101000 |
Color Harmonies of #757658
Complementary color
Monochromatic Colors of #757658
Black with #757658
Text Example
Text Example
White with #757658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757658; }
p { color: rgb(117,118,88); }
H1.HeaderClassName
{
color: #757658;
}
.AnyTagClassName
{
color: #757658;
}
</style>
background-color css
<style>
a { background-color: #757658; }
a { background-color: rgb(117,118,88); }
div.DivClassName
{
background-color: #757658;
}
.BgClassName
{
background-color: #757658;
}
</style>
border-color css
<style>
span { border-color: #757658; }
span { border-color: rgb(117,118,88); }
td.TdClassName
{
border-color: #757658;
}
.TagClassName
{
border-color: #757658;
}
</style>