Shades of Finch #757B62
Tints of Finch #757B62
RGB
CMYK
RGB Variations
Color information
#757B62 (or 0x757B62) is known color: Finch. HEX triplet: 75, 7B and 62. RGB value is (117,123,98). Sum of RGB (Red+Green+Blue) = 117+123+98=338 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.62% from 338); Green value is 123 (48.44% from 255 or 36.39% from 338); Blue value is 98 (38.67% from 255 or 28.99% from 338); Max value from RGB is 123 - color contains mainly: green. Hex color #757B62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757B62 is #8A849D. Grayscale: #767676. Windows color (decimal): -9077918 or 6454133. OLE color: 6454133.
HSL color Cylindrical-coordinate representation of color #757B62: hue angle of 74.4º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #757B62 is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 117 | 123 | 98 | - |
| CMYK | 0.05 | 0 | 0.20 | 0.52 |
| HSL | 74.4º | 0.11% | 0.43% | - |
| HSV(B) | 74.4º | 0.2% | 0.48% | - |
| XYZ | 16.62 | 18.83 | 14.31 | - |
| YUV | 118.36 | 116.51 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 123 | 98 | 0.05 | 0 | 0.20 | 0.52 | 74.4 | 0.11 | 0.43 |
| Hex | 75 | 7B | 62 | 5 | 0 | 14 | 34 | 4A | B | 2B |
| Octal | 165 | 173 | 142 | 5 | 0 | 24 | 64 | 112 | 13 | 53 |
| Binary | 1110101 | 1111011 | 1100010 | 101 | 0 | 10100 | 110100 | 1001010 | 1011 | 101011 |
Color Harmonies of #757B62
Complementary color
Monochromatic Colors of #757B62
Black with #757B62
Text Example
Text Example
White with #757B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757B62; }
p { color: rgb(117,123,98); }
H1.HeaderClassName
{
color: #757B62;
}
.AnyTagClassName
{
color: #757B62;
}
</style>
background-color css
<style>
a { background-color: #757B62; }
a { background-color: rgb(117,123,98); }
div.DivClassName
{
background-color: #757B62;
}
.BgClassName
{
background-color: #757B62;
}
</style>
border-color css
<style>
span { border-color: #757B62; }
span { border-color: rgb(117,123,98); }
td.TdClassName
{
border-color: #757B62;
}
.TagClassName
{
border-color: #757B62;
}
</style>