Shades of Finch #757769
Tints of Finch #757769
RGB
CMYK
RGB Variations
Color information
#757769 (or 0x757769) is known color: Finch. HEX triplet: 75, 77 and 69. RGB value is (117,119,105). Sum of RGB (Red+Green+Blue) = 117+119+105=341 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.31% from 341); Green value is 119 (46.88% from 255 or 34.90% from 341); Blue value is 105 (41.41% from 255 or 30.79% from 341); Max value from RGB is 119 - color contains mainly: green. Hex color #757769 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757769 is #8A8896. Grayscale: #747474. Windows color (decimal): -9078935 or 6911861. OLE color: 6911861.
HSL color Cylindrical-coordinate representation of color #757769: hue angle of 68.57º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #757769 is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 117 | 119 | 105 | - |
| CMYK | 0.02 | 0 | 0.12 | 0.53 |
| HSL | 68.57º | 0.06% | 0.44% | - |
| HSV(B) | 68.57º | 0.12% | 0.47% | - |
| XYZ | 16.48 | 18 | 15.97 | - |
| YUV | 116.81 | 121.34 | 128.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 119 | 105 | 0.02 | 0 | 0.12 | 0.53 | 68.57 | 0.06 | 0.44 |
| Hex | 75 | 77 | 69 | 2 | 0 | C | 35 | 45 | 6 | 2C |
| Octal | 165 | 167 | 151 | 2 | 0 | 14 | 65 | 105 | 6 | 54 |
| Binary | 1110101 | 1110111 | 1101001 | 10 | 0 | 1100 | 110101 | 1000101 | 110 | 101100 |
Color Harmonies of #757769
Complementary color
Monochromatic Colors of #757769
Black with #757769
Text Example
Text Example
White with #757769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757769; }
p { color: rgb(117,119,105); }
H1.HeaderClassName
{
color: #757769;
}
.AnyTagClassName
{
color: #757769;
}
</style>
background-color css
<style>
a { background-color: #757769; }
a { background-color: rgb(117,119,105); }
div.DivClassName
{
background-color: #757769;
}
.BgClassName
{
background-color: #757769;
}
</style>
border-color css
<style>
span { border-color: #757769; }
span { border-color: rgb(117,119,105); }
td.TdClassName
{
border-color: #757769;
}
.TagClassName
{
border-color: #757769;
}
</style>