Shades of Finch #757765
Tints of Finch #757765
RGB
CMYK
RGB Variations
Color information
#757765 (or 0x757765) is known color: Finch. HEX triplet: 75, 77 and 65. RGB value is (117,119,101). Sum of RGB (Red+Green+Blue) = 117+119+101=337 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.72% from 337); Green value is 119 (46.88% from 255 or 35.31% from 337); Blue value is 101 (39.84% from 255 or 29.97% from 337); Max value from RGB is 119 - color contains mainly: green. Hex color #757765 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757765 is #8A889A. Grayscale: #747474. Windows color (decimal): -9078939 or 6649717. OLE color: 6649717.
HSL color Cylindrical-coordinate representation of color #757765: hue angle of 66.67º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #757765 is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 117 | 119 | 101 | - |
| CMYK | 0.02 | 0 | 0.15 | 0.53 |
| HSL | 66.67º | 0.08% | 0.43% | - |
| HSV(B) | 66.67º | 0.15% | 0.47% | - |
| XYZ | 16.28 | 17.92 | 14.91 | - |
| YUV | 116.35 | 119.34 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 119 | 101 | 0.02 | 0 | 0.15 | 0.53 | 66.67 | 0.08 | 0.43 |
| Hex | 75 | 77 | 65 | 2 | 0 | F | 35 | 43 | 8 | 2B |
| Octal | 165 | 167 | 145 | 2 | 0 | 17 | 65 | 103 | 10 | 53 |
| Binary | 1110101 | 1110111 | 1100101 | 10 | 0 | 1111 | 110101 | 1000011 | 1000 | 101011 |
Color Harmonies of #757765
Complementary color
Monochromatic Colors of #757765
Black with #757765
Text Example
Text Example
White with #757765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757765; }
p { color: rgb(117,119,101); }
H1.HeaderClassName
{
color: #757765;
}
.AnyTagClassName
{
color: #757765;
}
</style>
background-color css
<style>
a { background-color: #757765; }
a { background-color: rgb(117,119,101); }
div.DivClassName
{
background-color: #757765;
}
.BgClassName
{
background-color: #757765;
}
</style>
border-color css
<style>
span { border-color: #757765; }
span { border-color: rgb(117,119,101); }
td.TdClassName
{
border-color: #757765;
}
.TagClassName
{
border-color: #757765;
}
</style>